diff options
Diffstat (limited to 'src/sys/time/setitimer.c')
| -rw-r--r-- | src/sys/time/setitimer.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sys/time/setitimer.c b/src/sys/time/setitimer.c new file mode 100644 index 00000000..d3f7dc3a --- /dev/null +++ b/src/sys/time/setitimer.c @@ -0,0 +1,10 @@ +#include <sys/time.h> + +int setitimer(int which, const struct itimerval *restrict value, struct itimerval *restrict ovalue) +{ + return which; +} + +/* +XOPEN(400) +*/ |
