소스 검색

Oops. Extra #endif...

Eric Andersen 25 년 전
부모
커밋
6264eafa58
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      libc/sysdeps/linux/common/syscalls.c

+ 0 - 1
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