Log In
base
/
mmglue
Clone
Source Code
GIT
Source
Issues
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
66d7d4f59d15e5b48d3508f75f9478520fc9346d
66d7d4f59d15e5b48d3508f75f9478520fc9346d
src
thread
nt64
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); }