Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the newly created semaphore to the named semaphore list in sem_open() | tjr | 2003-01-14 | 1 | -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(). | mike | 2002-10-04 | 1 | -1/+1 |
| | |||||
* | Welcome the sem_ API to libc! | alfred | 2002-09-19 | 1 | -0/+354 |