blob: 26d0fe7a8eaddb7a9cc4c6906df7f32ecf108315 [file] [log] [blame]
#include <errno.h>
#include <sys/time.h>
int getitimer(int which, struct itimerval* old) {
errno = ENOSYS;
return -1;
}