aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_key_delete.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* simplify pthread_key_delete•••calling this function on an uninitialized key value is UB, so there is no need to check that the table pointer was initialized. Rich Felker2011-03-311-1/+1
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+7