diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-02 23:32:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-02 23:32:29 +0000 |
commit | 6264eafa58e25b3b67c80b51b8ddc17bc50e2213 (patch) | |
tree | 3fa1166607591a595e229c8240f0f32525e31035 | |
parent | 76eab266b3b7ec12d124079e3e1e9da8ef2c1f0d (diff) |
Oops. Extra #endif...
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <unistd.h> _syscall3(int, lchown, const char *, path, uid_t, owner, gid_t, group); #endif -#endif //#define __NR_break 17 |