summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sem.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-0/+2
| | | | | | | Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5
* 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