diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | nptl/ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/dl-osinfo.h | 1 |
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index fbc8f11114..52613d0b9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-31 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include. + 2006-07-16 Jeff Bailey <jbailey@ubuntu.com> * elf/tst-auditmod1.c: Fix typo in #error. @@ -11,7 +15,7 @@ 2006-07-20 Adam Nemet <anemet@caviumnetworks.com> * stdlib/test-canon.c (do_test): Close fd before unlinking file so - that directory is empty even on non-POSIX filesystems. + that the directory is empty even on non-POSIX filesystems. 2006-07-31 Ulrich Drepper <drepper@redhat.com> diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0ee39eddc3..070bf0d929 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2006-07-31 Daniel Jacobowitz <dan@codesourcery.com> + + * allocatestack.c (__reclaim_stacks): Reset the PID on cached stacks. + * Makefile (tests): Add tst-getpid3. + * tst-getpid3.c: New file. + 2006-07-30 Roland McGrath <roland@redhat.com> * Makefile (libpthread-routines): Add ptw-sigsuspend. diff --git a/sysdeps/unix/sysv/linux/dl-osinfo.h b/sysdeps/unix/sysv/linux/dl-osinfo.h index f199d42448..0738501a56 100644 --- a/sysdeps/unix/sysv/linux/dl-osinfo.h +++ b/sysdeps/unix/sysv/linux/dl-osinfo.h @@ -19,7 +19,6 @@ #include <string.h> #include <fcntl.h> -#include <sys/sysctl.h> #include <sys/utsname.h> #include <kernel-features.h> #include <dl-sysdep.h> |