From 6264eafa58e25b3b67c80b51b8ddc17bc50e2213 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 2 Jan 2001 23:32:29 +0000 Subject: Oops. Extra #endif... --- libc/sysdeps/linux/common/syscalls.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index a0bad06be..2f9fb723d 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -147,7 +147,6 @@ _syscall2(int, chmod, const char *, path, mode_t, mode); #include _syscall3(int, lchown, const char *, path, uid_t, owner, gid_t, group); #endif -#endif //#define __NR_break 17 -- cgit v1.2.3