diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-03 06:27:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-03 06:27:43 +0000 |
commit | c22b52fa115b51b843c4bd5f1fdfec680693cf73 (patch) | |
tree | b32a3008cce27aab9d14b7713cf9696c75e80df9 /nptl/ChangeLog | |
parent | a3a238a978a7e5bb6a543b808e11442a102ee74c (diff) | |
download | glibc-c22b52fa115b51b843c4bd5f1fdfec680693cf73.tar glibc-c22b52fa115b51b843c4bd5f1fdfec680693cf73.tar.gz glibc-c22b52fa115b51b843c4bd5f1fdfec680693cf73.tar.bz2 glibc-c22b52fa115b51b843c4bd5f1fdfec680693cf73.zip |
Update.
* Makefile (tests): Add tst-locale1. If buid-static is yes link
statically.
* tst-locale1.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 537c59878a..d2202f2b64 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -14,6 +14,10 @@ 2002-12-02 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-locale1. If buid-static is yes link + statically. + * tst-locale1.c: New file. + * pthread_cond_timedwait.c: Include <stdlib.h>. * Makefile (tests): Add tst-fork2 and tst-fork3. |