diff --git a/ChangeLog b/ChangeLog index 10fe247abb..eb59836ceb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-08-20 Andreas Schwab + + * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo. + 1999-08-19 Ulrich Drepper * sysdeps/unix/sysv/linux/execve.c: New file. This version terminates 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