diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-01 06:55:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-01 06:55:58 +0000 |
commit | b06e7e9a3b2adfbce2f18dfd32df6fd12d1e30c4 (patch) | |
tree | b62f6bbc74122faf4ec54e196ab525a7df385d1e /nptl | |
parent | f1227969c5713b2d1f2927c56ae14d7e866797c4 (diff) | |
download | glibc-b06e7e9a3b2adfbce2f18dfd32df6fd12d1e30c4.tar glibc-b06e7e9a3b2adfbce2f18dfd32df6fd12d1e30c4.tar.gz glibc-b06e7e9a3b2adfbce2f18dfd32df6fd12d1e30c4.tar.bz2 glibc-b06e7e9a3b2adfbce2f18dfd32df6fd12d1e30c4.zip |
* sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
that the directory is empty even on non-POSIX filesystems.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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. |