Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 15:49:46 +0000 (15:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 15:49:46 +0000 (15:49 +0000)
1999-08-20  Andreas Schwab  <schwab@suse.de>

* sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.

ChangeLog
sysdeps/unix/sysv/linux/sys/sendfile.h

index 10fe247..eb59836 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-08-20  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
+
 1999-08-19  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/unix/sysv/linux/execve.c: New file.  This version terminates
index 63a9c41..3b2ad2b 100644 (file)
@@ -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