Log In
base
/
mmglue
Clone
Source Code
GIT
Source
Issues
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
dd08487036d1e8ef81260c46c6bfb76be45f7b4b
dd08487036d1e8ef81260c46c6bfb76be45f7b4b
src
thread
nt32
pthread_detach.c
Fork and Edit
Blob
Blame
History
Raw
#include "../pthread_detach.c" int __pthread_detach_impl(pthread_t t) { return thrd_detach(t); }