From: Ulrich Drepper Date: Sun, 17 Jun 2001 02:19:25 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-lgplv2_1~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2879ae4ab0255ff97d53562382c3abd69dceb45a;p=thirdparty%2Fglibc.git Update. 2001-06-16 H.J. Lu * internals.h: Include . * attr.c: Don't include here. * cancel.c: Likewise. * manager.c: Likewise. * pthread.c: Likewise. * ptlongjmp.c: Likewise. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index c60416d2bcb..efc01435496 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,13 @@ +2001-06-16 H.J. Lu + + * internals.h: Include . + + * attr.c: Don't include here. + * cancel.c: Likewise. + * manager.c: Likewise. + * pthread.c: Likewise. + * ptlongjmp.c: Likewise. + 2001-03-23 Matthew Wilcox * attr.c: Make _STACK_GROWS_UP work. diff --git a/linuxthreads/attr.c b/linuxthreads/attr.c index eba93f1f670..4b3a8f43420 100644 --- a/linuxthreads/attr.c +++ b/linuxthreads/attr.c @@ -22,7 +22,6 @@ #include "pthread.h" #include "internals.h" #include -#include int __pthread_attr_init_2_1(pthread_attr_t *attr) { diff --git a/linuxthreads/cancel.c b/linuxthreads/cancel.c index 7ecbd7965be..0d5298b7428 100644 --- a/linuxthreads/cancel.c +++ b/linuxthreads/cancel.c @@ -20,7 +20,6 @@ #include "internals.h" #include "spinlock.h" #include "restart.h" -#include #ifdef _STACK_GROWS_DOWN # define FRAME_LEFT(frame, other) ((char *) frame >= (char *) other) diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h index a78f9b671b3..d5b469b347b 100644 --- a/linuxthreads/internals.h +++ b/linuxthreads/internals.h @@ -24,6 +24,7 @@ #include #include #include +#include #include #include /* for _LIBC_TSD_KEY_N */ diff --git a/linuxthreads/manager.c b/linuxthreads/manager.c index 38596ce9577..6016219b5eb 100644 --- a/linuxthreads/manager.c +++ b/linuxthreads/manager.c @@ -32,7 +32,6 @@ #include "spinlock.h" #include "restart.h" #include "semaphore.h" -#include /* Array of active threads. Entry 0 is reserved for the initial thread. */ struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX] = diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index 643e52fea60..88fbf0ce0fc 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -30,7 +30,6 @@ #include "internals.h" #include "spinlock.h" #include "restart.h" -#include /* We need the global/static resolver state here. */ #include diff --git a/linuxthreads/ptlongjmp.c b/linuxthreads/ptlongjmp.c index 68b9235cb8f..18592548edd 100644 --- a/linuxthreads/ptlongjmp.c +++ b/linuxthreads/ptlongjmp.c @@ -18,7 +18,6 @@ #include #include "pthread.h" #include "internals.h" -#include /* These functions are not declared anywhere since they shouldn't be used at another place but here. */