1 2 3 4 5 6 7 8 9 10 11
#include <signal.h> #include <time.h> #include <errno.h> int timer_getoverrun(timerid) timer_t timerid; { errno = ENOSYS; return -1; }