This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Include stdlib.h in sysconf.c


Hi!

strtol needs a prototype...

2004-02-27  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/sysconf.c: Include stdlib.h.

--- libc/sysdeps/unix/sysv/linux/sysconf.c.jj	2004-02-27 12:07:17.000000000 +0100
+++ libc/sysdeps/unix/sysv/linux/sysconf.c	2004-02-27 12:08:19.769028686 +0100
@@ -18,6 +18,7 @@
    02111-1307 USA.  */
 
 #include <fcntl.h>
+#include <stdlib.h>
 #include <sysdep.h>
 #include <time.h>
 #include <unistd.h>

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]