* sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset
authorAndreas Jaeger <aj@suse.de>
Wed, 21 Jun 2000 10:38:25 +0000 (10:38 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 21 Jun 2000 10:38:25 +0000 (10:38 +0000)
prototype.
* join.c: Include <stdlib.h> for exit prototype.

* elf/vismod2.c: Include <stdlib.h> for abort prototype.
* rt/aio_suspend.c: Likewise.
2000-06-21  Andreas Jaeger  <aj@suse.de>

* sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset
prototype.

* join.c: Include <stdlib.h> for exit prototype.

elf/vismod2.c
linuxthreads/ChangeLog
linuxthreads/join.c
linuxthreads/sysdeps/pthread/timer_routines.c
rt/aio_suspend.c

index 3a7b1d9..35ce4d2 100644 (file)
@@ -16,6 +16,8 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <stdlib.h>
+
 int
 protlocal (void)
 {
index 94446af..e81a764 100644 (file)
@@ -1,3 +1,10 @@
+2000-06-21  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset
+       prototype.
+
+       * join.c: Include <stdlib.h> for exit prototype.
+
 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/i386/useldt.h: Include <stdlib.h>.
index adcac46..97da2df 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <errno.h>
 #include <sched.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include "pthread.h"
 #include "internals.h"
index 2d4e325..4e3a8fc 100644 (file)
@@ -22,6 +22,7 @@
 #include <errno.h>
 #include <pthread.h>
 #include <stddef.h>
+#include <string.h>
 #include <sysdep.h>
 #include <time.h>
 #include <unistd.h>
index 6736857..ca8e558 100644 (file)
@@ -30,6 +30,7 @@
 #undef aio_suspend64
 
 #include <errno.h>
+#include <stdlib.h>
 
 #include "aio_misc.h"