From 6c85d1e98d025d960767d34737085637eb3a0180 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 20 Aug 1999 15:49:46 +0000 Subject: Update. 1999-08-20 Andreas Schwab * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo. --- sysdeps/unix/sysv/linux/sys/sendfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/sys') 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 #ifdef __USE_FILE_OFFSET64 -# error " cannot be used with _FILE_OFFSET=64" +# error " cannot be used with _FILE_OFFSET_BITS=64" #endif __BEGIN_DECLS -- cgit v1.2.3