summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sync_file_range.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/sync_file_range.c')
-rw-r--r--libc/sysdeps/linux/common/sync_file_range.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sync_file_range.c b/libc/sysdeps/linux/common/sync_file_range.c
index 52bc9d7af..ed03d2f85 100644
--- a/libc/sysdeps/linux/common/sync_file_range.c
+++ b/libc/sysdeps/linux/common/sync_file_range.c
@@ -8,7 +8,7 @@
*/
#include <sys/syscall.h>
-#if defined __UCLIBC_HAS_LFS__ && defined __USE_GNU
+#if defined __USE_GNU
# include <bits/wordsize.h>
# include <endian.h>
# include <fcntl.h>