about summary refs log tree commit diff
path: root/src/thread/sem_open.c
Commit message (Expand)AuthorAgeFilesLines
* fix useless use of potentially-uninitialized mode variable in sem_openRich Felker2011-06-261-1/+1
* 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