diff options
author | 2020-07-06 17:14:42 -0300 | |
---|---|---|
committer | 2020-09-28 16:21:51 -0300 | |
commit | 94a83d86676d0fbea78cdaa8e5bab1db155c7504 (patch) | |
tree | 8e70c12d42271fafcfd270f9f8d807f1f154f0b7 /stdio-common/errlist.c | |
parent | linux: Add time64 select support (diff) | |
download | glibc-94a83d86676d0fbea78cdaa8e5bab1db155c7504.tar.xz glibc-94a83d86676d0fbea78cdaa8e5bab1db155c7504.zip |
linux: Add time64 sigtimedwait support
The syscall __NR_sigtimedwait_time64 (for 32-bit) or __NR_sigtimedwait
(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_rt_sigtimedwait (32-bit time_t).
Checked on x86_64-linux-gnu and i686-linux-gnu.
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'stdio-common/errlist.c')
0 files changed, 0 insertions, 0 deletions