From: Roland McGrath Date: Mon, 23 Dec 2002 00:45:05 +0000 (+0000) Subject: * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%). X-Git-Tag: cvs/glibc-2_3_2~469 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5220f9ace442d174ca2ffe952b23d11b2334e427;p=thirdparty%2Fglibc.git * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%). --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 64b71117c0e..f159f0793b0 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-12-22 Roland McGrath + + * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%). + 2002-12-21 Ulrich Drepper * pthread.c (init_rtsigs): Remove incomplete __builtin_expect. diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1cb4c372c25..836a996ce3a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2002-12-22 Roland McGrath + + * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%). + 2002-12-20 Ulrich Drepper * sysdeps/pthread/bits/stdio-lock.h (_IO_lock_inexpensive): Define.