diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 19:58:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 19:58:46 +0000 |
commit | dcfc8224315f0c38a595be5e208b7925596ac4cd (patch) | |
tree | 74f39e55132353edead4c12ae08cdb0e5044a7ed /nptl/ChangeLog | |
parent | 49b650430eb51350cc96adf7dd621560eb40af04 (diff) | |
download | glibc-dcfc8224315f0c38a595be5e208b7925596ac4cd.tar.gz glibc-dcfc8224315f0c38a595be5e208b7925596ac4cd.tar.xz glibc-dcfc8224315f0c38a595be5e208b7925596ac4cd.zip |
Update.
* Makefile (tests): Add tst-sem8 and tst-sem9. * tst-sem8.c: New file. * tst-sem9.c: New file. * sem_open.c: Fix creation of in_use record if the file exists but no internal record.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1f9c523137..dc78ad8ed4 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,11 @@ 2003-05-31 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-sem8 and tst-sem9. + * tst-sem8.c: New file. + * tst-sem9.c: New file. + * sem_open.c: Fix creation of in_use record if the file exists but + no internal record. + * posix-timer.h: Remove old, unused timer_id2ptr and timer_ptr2id definitions. |