diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 08:34:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 08:34:58 +0000 |
commit | c6247c9d7daab9faa51ae571d4b12a337e9b15ff (patch) | |
tree | 3640ed4bea2a29c6c3a8ba2009c0fbfc58a59433 /nptl/ChangeLog | |
parent | b270b5484067210c84822a28e63be9099e0d112b (diff) | |
download | glibc-c6247c9d7daab9faa51ae571d4b12a337e9b15ff.tar.gz glibc-c6247c9d7daab9faa51ae571d4b12a337e9b15ff.tar.xz glibc-c6247c9d7daab9faa51ae571d4b12a337e9b15ff.zip |
Update.
* Makefile (tests): Add tst-clock1. * tst-clock1.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3cbc370f50..c4556cc1c8 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-02-15 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-clock1. + * tst-clock1.c: New file. + * pthread_setconcurrency.c (pthread_setconcurrency): Fail for negative arguments. * Makefile (tests): Add tst-basic5. |