summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/__syscall_fcntl64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/__syscall_fcntl64.c')
-rw-r--r--libc/sysdeps/linux/common/__syscall_fcntl64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/__syscall_fcntl64.c b/libc/sysdeps/linux/common/__syscall_fcntl64.c
index 5174d8ade..eaef22b3b 100644
--- a/libc/sysdeps/linux/common/__syscall_fcntl64.c
+++ b/libc/sysdeps/linux/common/__syscall_fcntl64.c
@@ -13,8 +13,8 @@
#if defined __NR_fcntl64 && __WORDSIZE == 32
# include <stdarg.h>
-# include <fcntl.h>
# include <cancel.h>
+# include <fcntl.h>
# define __NR___fcntl64_nocancel __NR_fcntl64
_syscall3(int, __NC(fcntl64), int, fd, int, cmd, long, arg)