mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
1999-08-20 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
This commit is contained in:
parent
68ea6c18e3
commit
6c85d1e98d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user