Up: Glibc <sys/sendfile.h>
[Contents][Index]
sendfile
LSB specification:
https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-sendfile.html
Documentation:
man sendfile
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
off_t
is a 32-bit type, this function may not
work correctly on files larger than 2 GB. The fix is to use the
AC_SYS_LARGEFILE
macro.