about summary refs log tree commit diff
path: root/src/thread/pthread_once.c
Commit message (Collapse)AuthorAgeFilesLines
* fix major breakage in pthread_once (it was always deadlocking)Rich Felker2011-03-081-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.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+38