Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 17 May 2003 20:53:32 +0000 (20:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 17 May 2003 20:53:32 +0000 (20:53 +0000)
commitfddfebbd1064dec313891ad91dd9ca6e92e622ec
treeed231a996e804653468ac2916a0d4b32628c0093
parent68a396e83a8e1e50d0dfde8ffb090a8df311453f
Update.

2003-05-17  Ulrich Drepper  <drepper@redhat.com>

* sem_open.c: Fix one endless loop.  Implement correct semantics
wrt opening the same semaphore more then once.
* sem_close.c: Adjust for sem_open change.
* semaphoreP.h: Include <semaphore.h>.  Define struct inuse_sem.
Declare __sem_mappings, __sem_mappings_lock, __sem_search.
* Makefile (tests): Add tst-sem7.
* tst-sem7.c: New file.
nptl/ChangeLog
nptl/Makefile
nptl/sem_open.c
nptl/semaphoreP.h
nptl/tst-sem7.c [new file with mode: 0644]