summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sem.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the newly created semaphore to the named semaphore list in sem_open()tjr2003-01-141-1/+2
| | | | | | so that multiple opens of the same semaphore without an intervening sem_close() return the same object, and so that sem_close() does not segfault while trying to remove the item from the list.
* Add restrict type-qualifier to sem_getvalue().mike2002-10-041-1/+1
|
* Welcome the sem_ API to libc!alfred2002-09-191-0/+354
OpenPOWER on IntegriCloud