1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-28 16:21:30 +03:00
Adhemerval Zanella 2433d39b69 linux: Add time64 select support
The syscall __NR_pselect6_time64 (32-bit) or __NR_pselect6 (64-bit)
is used as default.  For architectures with __ASSUME_TIME64_SYSCALLS
the 32-bit fallback uses __NR_select/__NR__newselect or __NR_pselect6
(it should cover the microblaze case where older kernels do not
provide __NR_pselect6).

Checked on x86_64-linux-gnu and i686-linux-gnu (on 5.4 and on 4.15
kernel).

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
2020-09-28 16:21:48 -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 16:21:48 -03:00