mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* sysdeps/generic/sendfile.c: Include <errno.h>.
* sysdeps/generic/sendfile64.c: Likewise.
This commit is contained in:
parent
7db20e36c8
commit
e6dd9633db
@ -1,5 +1,8 @@
|
||||
2002-06-05 Roland McGrath <roland@frob.com>
|
||||
|
||||
* sysdeps/generic/sendfile.c: Include <errno.h>.
|
||||
* sysdeps/generic/sendfile64.c: Likewise.
|
||||
|
||||
* io/Makefile (routines): Add sendfile and sendfile64.
|
||||
(headers): Add sys/sendfile.h to the list.
|
||||
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
|
||||
@ -7,6 +10,7 @@
|
||||
* io/sys/sendfile.h: ... here.
|
||||
* sysdeps/generic/sendfile.c: New file.
|
||||
* sysdeps/generic/sendfile64.c: New file.
|
||||
|
||||
* sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
|
||||
Move sendfile, sendfile64 to ...
|
||||
* io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
|
||||
|
@ -18,6 +18,7 @@
|
||||
02111-1307 USA. */
|
||||
|
||||
#include <sys/sendfile.h>
|
||||
#include <errno.h>
|
||||
|
||||
/* Send COUNT bytes from file associated with IN_FD starting at OFFSET to
|
||||
descriptor OUT_FD. */
|
||||
|
@ -18,6 +18,7 @@
|
||||
02111-1307 USA. */
|
||||
|
||||
#include <sys/sendfile.h>
|
||||
#include <errno.h>
|
||||
|
||||
/* Send COUNT bytes from file associated with IN_FD starting at OFFSET to
|
||||
descriptor OUT_FD. */
|
||||
|
Loading…
Reference in New Issue
Block a user