From: Ulrich Drepper Date: Thu, 29 Jul 1999 06:42:27 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~26950 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b7986213d4e31397be7e728df929f780ee77871;p=external%2Fglibc.git Update. 1999-07-29 Andreas Jaeger * manager.c: Remove inclusion of since it's not needed anymore. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index f647c2a..09a2238 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1999-07-29 Andreas Jaeger + + * manager.c: Remove inclusion of since it's not + needed anymore. + 1999-07-16 Andreas Jaeger * internals.h: Align _pthread_descr_struct to 32 bytes. diff --git a/linuxthreads/manager.c b/linuxthreads/manager.c index f783bb1..f1a5899 100644 --- a/linuxthreads/manager.c +++ b/linuxthreads/manager.c @@ -26,7 +26,6 @@ #include #include #include /* for waitpid macros */ -#include #include "pthread.h" #include "internals.h"