K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-25T05:07:20.000000Z K 7 svn:log V 218 Changed pthread_detach to conform to POSIX, i.e. the single argument 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. END