use O_CLOEXEC to open semaphore files in sem_open
[musl] / src / thread / sem_open.c
2012-09-29 Rich Felkeruse O_CLOEXEC to open semaphore files in sem_open
2011-06-26 Rich Felkerfix useless use of potentially-uninitialized mode varia...
2011-03-11 Rich Felkerfix failure behavior of sem_open when sem does not...
2011-03-11 Rich Felkerfix sem_open and sem_close to obey posix semantics
2011-03-04 Rich Felkerimplement POSIX semaphores