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