#include #include #include "thread_internal.h" int sigsuspend(const sigset_t *mask) { __TEST_CANCEL(); return __libc_sigsuspend(mask); }