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