From 3d8e95103261ed4d02fb8f112798f9c1d666ab10 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 21 Jun 2000 10:38:25 +0000 Subject: * 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. --- linuxthreads/ChangeLog | 7 +++++++ linuxthreads/join.c | 1 + linuxthreads/sysdeps/pthread/timer_routines.c | 1 + 3 files changed, 9 insertions(+) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 94446af99f..e81a764e18 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 adcac46aa2..97da2dfa34 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 2d4e325b6d..4e3a8fc65a 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 -- cgit 1.4.1