1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-08 23:22:02 +03:00
Files
glibc/sysdeps/unix/sysv/linux/mips
Adhemerval Zanella Netto 04e7e2658c Linux: consolidate sendfile implementation
This is similar to other LFS consolidation, where the non-LFS is only
built if __OFF_T_MATCHES_OFF64_T is not defined and the LFS version
is aliased to non-LFS name if __OFF_T_MATCHES_OFF64_T is defined.

For non-LFS variant, use sendfile syscall if defined, otherwise use
sendfile64 plus the offset overflow check (as generic implementation).

Checked on x86_64-linux-gnu.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
2022-12-07 11:27:01 -03:00
..
2021-03-29 10:22:13 -03:00
2021-05-17 10:08:14 +02:00
2021-06-02 07:32:19 +02:00