1 2 3 4 5 6
#include "../thread/pthread_detach.c" int __pthread_detach_impl(pthread_t t) { return thrd_detach(t); }