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