1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-27 05:21:10 +03:00
Adhemerval Zanella a92f4e6299 linux: Add time64 pselect 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_pselec6.

To accomodate microblaze missing pselect6 support on kernel older
than 3.15 the fallback is moved to its own function to the microblaze
specific implementation can override it.

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-11 16:20:49 -03:00
..
2020-07-16 17:55:35 +02:00
2020-07-16 17:55:35 +02:00
2020-02-14 21:12:45 -03:00
2017-11-09 05:10:03 -08:00
2020-09-11 16:20:49 -03:00
2020-02-14 21:12:45 -03:00
2020-03-03 12:53:11 +01:00