about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/internal/syscall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/syscall.h b/src/internal/syscall.h
index 9dd92995..b6b39aec 100644
--- a/src/internal/syscall.h
+++ b/src/internal/syscall.h
@@ -163,8 +163,6 @@ long __syscall_ret(unsigned long), __syscall(syscall_arg_t, ...),
 #define SYS_fadvise SYS_fadvise64_64
 #endif
 
-#endif
-
 /* socketcall calls */
 
 #define __SC_socket      1
@@ -205,3 +203,5 @@ long __syscall_ret(unsigned long), __syscall(syscall_arg_t, ...),
 
 #define __sys_open_cp(...) __SYSCALL_DISP(__sys_open_cp,,__VA_ARGS__)
 #define sys_open_cp(...) __syscall_ret(__sys_open_cp(__VA_ARGS__))
+
+#endif