From 3d8e95103261ed4d02fb8f112798f9c1d666ab10 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 21 Jun 2000 10:38:25 +0000 Subject: [PATCH] * sysdeps/pthread/timer_routines.c: Include for memset prototype. * join.c: Include for exit prototype. * elf/vismod2.c: Include for abort prototype. * rt/aio_suspend.c: Likewise. 2000-06-21 Andreas Jaeger * sysdeps/pthread/timer_routines.c: Include for memset prototype. * join.c: Include for exit prototype. --- elf/vismod2.c | 2 ++ linuxthreads/ChangeLog | 7 +++++++ linuxthreads/join.c | 1 + linuxthreads/sysdeps/pthread/timer_routines.c | 1 + rt/aio_suspend.c | 1 + 5 files changed, 12 insertions(+) diff --git a/elf/vismod2.c b/elf/vismod2.c index 3a7b1d9..35ce4d2 100644 --- a/elf/vismod2.c +++ b/elf/vismod2.c @@ -16,6 +16,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include + int protlocal (void) { diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 94446af..e81a764 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2000-06-21 Andreas Jaeger + + * sysdeps/pthread/timer_routines.c: Include for memset + prototype. + + * join.c: Include for exit prototype. + 2000-06-20 Ulrich Drepper * sysdeps/i386/useldt.h: Include . diff --git a/linuxthreads/join.c b/linuxthreads/join.c index adcac46..97da2df 100644 --- a/linuxthreads/join.c +++ b/linuxthreads/join.c @@ -16,6 +16,7 @@ #include #include +#include #include #include "pthread.h" #include "internals.h" diff --git a/linuxthreads/sysdeps/pthread/timer_routines.c b/linuxthreads/sysdeps/pthread/timer_routines.c index 2d4e325..4e3a8fc 100644 --- a/linuxthreads/sysdeps/pthread/timer_routines.c +++ b/linuxthreads/sysdeps/pthread/timer_routines.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include diff --git a/rt/aio_suspend.c b/rt/aio_suspend.c index 6736857..ca8e558 100644 --- a/rt/aio_suspend.c +++ b/rt/aio_suspend.c @@ -30,6 +30,7 @@ #undef aio_suspend64 #include +#include #include "aio_misc.h" -- 2.7.4