rework langinfo code for ABI compat and for use by time code
[musl] / src / thread / sem_trywait.c
2012-07-24 Rich Felkerretry on cas failures in sem_trywait
2011-08-02 Rich Felkeroverhaul posix semaphores to fix destructability race
2011-04-14 Rich Felkerchange sem_trywait algorithm so it never has to call...
2011-04-06 Rich Felkermajor semaphore improvements (performance and correctness)
2011-03-11 Rich Felkerfix some semaphore wait semantics (race condition deadl...
2011-03-04 Rich Felkerimplement POSIX semaphores