Log In
base
/
mmglue
Clone
Source Code
GIT
Source
Issues
0
Stats
Blame src/thread/nt64/pthread_detach.c
Branch:
e3a9601cdc0ea5cb5d2a43ea7e8f0f4bf8afdbbf
main
e3a9601cdc0ea5cb5d2a43ea7e8f0f4bf8afdbbf
src
thread
nt64
pthread_detach.c
Blob
History
Raw
860627
#include "../pthread_detach.c"
860627
860627
int __pthread_detach_impl(pthread_t t)
860627
{
860627
return thrd_detach(t);
860627
}