about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sys/sendfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys/sendfile.h')
-rw-r--r--sysdeps/unix/sysv/linux/sys/sendfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/sendfile.h b/sysdeps/unix/sysv/linux/sys/sendfile.h
index 63a9c41493..3b2ad2b6ef 100644
--- a/sysdeps/unix/sysv/linux/sys/sendfile.h
+++ b/sysdeps/unix/sysv/linux/sys/sendfile.h
@@ -23,7 +23,7 @@
 #include <sys/types.h>
 
 #ifdef __USE_FILE_OFFSET64
-# error "<sendfile.h> cannot be used with _FILE_OFFSET=64"
+# error "<sendfile.h> cannot be used with _FILE_OFFSET_BITS=64"
 #endif
 
 __BEGIN_DECLS