From 1d4e1d24f30accf5a1e42ada84be1961fa4f19cb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Aug 2003 08:08:46 +0000 Subject: Zou WeiJun noticed a type breaking the stime syscall -Erik --- libc/sysdeps/linux/common/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') 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 #include -#ifdef _NR_stime +#ifdef __NR_stime _syscall1(int, stime, const time_t *, t); #else int stime(const time_t *when) -- cgit v1.2.3