#include #include int raise(int sig) { errno = ENOSYS; return -1; }