#include int setitimer(int which, const struct itimerval *restrict value, struct itimerval *restrict ovalue) { return which; } /* XOPEN(400) */