1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-28 16:21:30 +03:00
Adhemerval Zanella b16f282cb0 linux: Add time64 recvmmsg support
The wire-up syscall __NR_recvmmsg_time64 (for 32-bit) or
__NR_recvmmsg (for 64-bit) is used as default.  The 32-bit fallback
is used iff __ASSUME_TIME64_SYSCALLS is not defined, which assumes the
kernel ABI provides either __NR_socketcall or __NR_recvmmsg
(32-bit time_t).

It does not handle the timestamps on ancillary data (SCM_TIMESTAMPING
records).

Checked on x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
2020-09-28 17:28:39 -03:00
..
2020-06-22 11:09:49 -03:00
2020-07-10 16:08:45 -07:00
2020-07-16 17:55:35 +02:00
2020-07-13 14:25:03 -03:00
2020-09-27 18:23:27 +02:00
2020-06-22 11:09:49 -03:00
2020-08-03 01:42:48 -07:00
2020-09-11 14:39:03 -03:00
2020-09-28 17:28:39 -03:00