From 9f82e5e79a9a63e121c03858df9910724d78c6ea Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 3 Apr 2002 09:04:01 +0000 Subject: m4@brecis.COM noticed a typing problem with the getuid syscall. OOps. --- libc/sysdeps/linux/common/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index d612f5da1..9c416fe2f 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -217,7 +217,7 @@ int setuid(uid_t uid) //#define __NR_getuid 24 #ifdef L_getuid #include -_syscall0(gid_t, getuid); +_syscall0(uid_t, getuid); #endif //#define __NR_stime 25 -- cgit v1.2.3