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