#include #include #include int timer_delete(timerid) timer_t timerid; { errno = ENOSYS; return -1; }