diff options
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index 351a5ecfa..9c5fb9530 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -284,7 +284,7 @@ _syscall0(uid_t, getuid); #ifdef L_stime #include <time.h> #include <sys/time.h> -#ifdef _NR_stime +#ifdef __NR_stime _syscall1(int, stime, const time_t *, t); #else int stime(const time_t *when) |