about summary refs log tree commit diff
path: root/src/thread/pthread_key_delete.c
Commit message (Collapse)AuthorAgeFilesLines
* simplify pthread tsd key handlingRich Felker2011-04-031-7/+0
|
* simplify pthread_key_deleteRich Felker2011-03-311-1/+1
| | | | | calling this function on an uninitialized key value is UB, so there is no need to check that the table pointer was initialized.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7