summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_detach.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed pthread_detach to conform to POSIX, i.e. the single argumentalex1997-12-251-10/+3
| | | | | | | | | provided is of type pthread_t instead of pthread_t *. PR: 4320 Return EINVAL instead of ESRCH if attempting to detach an already detached thread.
* Modify the return values to comply with POSIX. Previously thesealex1997-11-251-4/+2
| | | | | | functions would return -1 and set errno to indicate the specific error. POSIX requires that the functions return the error code as the return value of the function instead.
* Submitted by: John Birrelljulian1997-02-051-3/+3
| | | | uthreads update from the author.
* Reviewed by: julianjulian1996-01-221-0/+83
Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete
OpenPOWER on IntegriCloud