summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sem.c
Commit message (Expand)AuthorAgeFilesLines
* Backout revision 1.6, because some stub functions not in libc, andDavid Xu2004-01-171-18/+2
* Enable cancellation point in sem_wait, it is required by POSIX.David Xu2004-01-171-2/+18
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-0/+2
* Add the newly created semaphore to the named semaphore list in sem_open()Tim J. Robbins2003-01-141-1/+2
* Add restrict type-qualifier to sem_getvalue().Mike Barcroft2002-10-041-1/+1
* Welcome the sem_ API to libc!Alfred Perlstein2002-09-191-0/+354