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