summaryrefslogtreecommitdiff
path: root/src/thread/pthread_once.c
AgeCommit message (Collapse)AuthorLines
2011-03-08fix major breakage in pthread_once (it was always deadlocking)Rich Felker-8/+7
the issue was a break statement that was breaking only from the switch, not the enclosing for loop, and a failure to set the final success state.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+38