public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Include stdlib.h in sysconf.c
@ 2004-02-27 11:13 Jakub Jelinek
  2004-02-28  9:25 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2004-02-27 11:13 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Include stdlib.h in sysconf.c
  2004-02-27 11:13 [PATCH] Include stdlib.h in sysconf.c Jakub Jelinek
@ 2004-02-28  9:25 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2004-02-28  9:25 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Glibc hackers

Applied.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-02-28  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-27 11:13 [PATCH] Include stdlib.h in sysconf.c Jakub Jelinek
2004-02-28  9:25 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).