about summary refs log tree commit diff
path: root/src/thread/sem_open.c
Commit message (Expand)AuthorAgeFilesLines
* fix failure behavior of sem_open when sem does not existRich Felker2011-03-101-1/+5
* fix sem_open and sem_close to obey posix semanticsRich Felker2011-03-101-26/+80
* implement POSIX semaphoresRich Felker2011-03-041-0/+116