#if 0 #include #include _Noreturn void thrd_exit(int res) { SIGNAL_SAFE(0); pthread_exit(&res); } /* STDC(201112) */ #endif