diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 15:49:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 15:49:46 +0000 |
commit | 6c85d1e98d025d960767d34737085637eb3a0180 (patch) | |
tree | 68310b1bad187636e75061bd96a9fc5663f67066 | |
parent | 68ea6c18e3ef24771a92be2faef155a2dda4b1af (diff) | |
download | glibc-6c85d1e98d025d960767d34737085637eb3a0180.zip glibc-6c85d1e98d025d960767d34737085637eb3a0180.tar.gz glibc-6c85d1e98d025d960767d34737085637eb3a0180.tar.bz2 |
Update.
1999-08-20 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/sendfile.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 diff --git a/sysdeps/unix/sysv/linux/sys/sendfile.h b/sysdeps/unix/sysv/linux/sys/sendfile.h index 63a9c41..3b2ad2b 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 |