rework langinfo code for ABI compat and for use by time code
[musl] / src / thread / sem_timedwait.c
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-08-03 Rich Felkerfix sem_timedwait bug introduced in timedwait unification
2011-08-03 Rich Felkerunify and overhaul timed futex waits
2011-08-02 Rich Felkeroverhaul posix semaphores to fix destructability race
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-06 Rich Felkermajor semaphore improvements (performance and correctness)
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-11 Rich Felkerfix some semaphore wait semantics (race condition deadl...
2011-03-07 Rich Felkerfix off-by-one error in sem_(timed)wait (using old...
2011-03-04 Rich Felkerimplement POSIX semaphores