Fixup support for io_pgetevents_time64 syscall
authorAlistair Francis <alistair.francis@wdc.com>
Thu, 4 Mar 2021 17:10:11 +0000 (12:10 -0500)
committerPauli <ppzgs1@gmail.com>
Tue, 9 Mar 2021 12:08:59 +0000 (22:08 +1000)
commite5499a3cac1e823c3e0697e8667e952317b70cc8
tree3c35d352a24daefe4c2da65218b1e8e40867df10
parent4c52ee1dbfa1913a14968f395cc9900ed9beee5e
Fixup support for io_pgetevents_time64 syscall

This is a fixup for the original commit 5b5e2985f355c8e99c196d9ce5d02c15bebadfbc
"Add support for io_pgetevents_time64 syscall" that didn't correctly
work for 32-bit architecutres with a 64-bit time_t that aren't RISC-V.

For a full discussion of the issue see:
https://github.com/openssl/openssl/commit/5b5e2985f355c8e99c196d9ce5d02c15bebadfbc

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14432)
engines/e_afalg.c