#if 0 #include #include void mtx_destroy(mtx_t *mtx) { SIGNAL_SAFE(0); pthread_mutex_destroy(mtx); } __vcheck_1(mtx_destroy, mtx_t *) /* STDC(201112) */ #endif