diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-23 00:45:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-23 00:45:05 +0000 |
commit | 5220f9ace442d174ca2ffe952b23d11b2334e427 (patch) | |
tree | fd0227283989c8eab56f92acc18a2a249794f570 | |
parent | 645294eb8989b997d3124745705fb60d87c75723 (diff) | |
download | glibc-5220f9ace442d174ca2ffe952b23d11b2334e427.tar glibc-5220f9ace442d174ca2ffe952b23d11b2334e427.tar.gz glibc-5220f9ace442d174ca2ffe952b23d11b2334e427.tar.bz2 glibc-5220f9ace442d174ca2ffe952b23d11b2334e427.zip |
* Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%).
-rw-r--r-- | linuxthreads/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/ChangeLog | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 64b71117c0..f159f0793b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-12-22 Roland McGrath <roland@redhat.com> + + * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%). + 2002-12-21 Ulrich Drepper <drepper@redhat.com> * pthread.c (init_rtsigs): Remove incomplete __builtin_expect. diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1cb4c372c2..836a996ce3 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2002-12-22 Roland McGrath <roland@redhat.com> + + * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%). + 2002-12-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/bits/stdio-lock.h (_IO_lock_inexpensive): Define. |