diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 10 | ||||
-rw-r--r-- | nptl/pthread_getattr_np.c | 1 |
2 files changed, 8 insertions, 3 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3409861..05b2a37 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,8 +1,12 @@ +2004-01-16 Ulrich Drepper <drepper@redhat.com> + + * pthread_getattr_np.c: Include ldsodefs.h. + 2004-01-16 Richard Henderson <rth@redhat.com> - * allocatestack.c: Don't declare __libc_stack_end. - * init.c (__pthread_initialize_minimal_internal): Likewise. - * pthread_getattr_np.c (pthread_getattr_np): Likewise. + * allocatestack.c: Don't declare __libc_stack_end. + * init.c (__pthread_initialize_minimal_internal): Likewise. + * pthread_getattr_np.c (pthread_getattr_np): Likewise. 2004-01-15 Richard Henderson <rth@redhat.com> diff --git a/nptl/pthread_getattr_np.c b/nptl/pthread_getattr_np.c index 769f4f5..0925ced 100644 --- a/nptl/pthread_getattr_np.c +++ b/nptl/pthread_getattr_np.c @@ -27,6 +27,7 @@ #include <sys/resource.h> #include "pthreadP.h" #include <lowlevellock.h> +#include <ldsodefs.h> int |