]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
authorUlrich Drepper <drepper@redhat.com>
Tue, 1 Aug 2006 06:55:58 +0000 (06:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 1 Aug 2006 06:55:58 +0000 (06:55 +0000)
that the directory is empty even on non-POSIX filesystems.

ChangeLog
nptl/ChangeLog
sysdeps/unix/sysv/linux/dl-osinfo.h

index fbc8f111145c5d378106e836208d0b8ced723b14..52613d0b9b1969d1e5873a6439da847a4063a65b 100644 (file)
--- 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>
 
index 0ee39eddc3114efc974dd9cbf76014746f25ddae..070bf0d929f56fc7069f92f8caf0fcb836dc54e9 100644 (file)
@@ -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.
index f199d42448e2d14b24ca7e7e4f5bed296087a055..0738501a5696efd650d6354ac7f43a60106d2307 100644 (file)
@@ -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>