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