OSDN Git Service

Oops. Extra #endif...
authorEric Andersen <andersen@codepoet.org>
Tue, 2 Jan 2001 23:32:29 +0000 (23:32 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 2 Jan 2001 23:32:29 +0000 (23:32 -0000)
libc/sysdeps/linux/common/syscalls.c

index a0bad06..2f9fb72 100644 (file)
@@ -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