don't remap internal-use syscall macros to nonexistent time32 syscalls
authorStefan O'Rear <sorear@fastmail.com>
Thu, 3 Sep 2020 07:27:03 +0000 (03:27 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 27 Apr 2022 12:45:33 +0000 (08:45 -0400)
commit8910efd0e474fab85bf00657a6eeae4d69a87f63
treecce1c8aa2bc0137cfb8937833af4777a28e93154
parent03f71251e6987b18d005e5a9e07d20906ae4b143
don't remap internal-use syscall macros to nonexistent time32 syscalls

riscv32 and future architectures lack the _time32 variants entirely,
so don't try to use their numbers. instead, reflect that they're not
present.
src/internal/syscall.h