diff options
Diffstat (limited to 'libc/sysdeps/linux/common/setitimer.c')
-rw-r--r-- | libc/sysdeps/linux/common/setitimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/setitimer.c b/libc/sysdeps/linux/common/setitimer.c index df65808d2..427ff1eff 100644 --- a/libc/sysdeps/linux/common/setitimer.c +++ b/libc/sysdeps/linux/common/setitimer.c @@ -10,7 +10,6 @@ #include <sys/syscall.h> #include <sys/time.h> -/* libc_hidden_proto(setitimer) */ _syscall3(int, setitimer, __itimer_which_t, which, const struct itimerval *, new, struct itimerval *, old) |