move time_t and suseconds_t definitions to common alltypes.h.in
authorRich Felker <dalias@aerifal.cx>
Tue, 22 Oct 2019 21:08:56 +0000 (17:08 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Nov 2019 22:30:56 +0000 (18:30 -0400)
commitd6dcfe4d0c58856690ecbad4cf191d7c9ee1a4a8
tree111997bb27d2e0266025960b090d620d80a44d34
parentb60fdf133c033d4ad6b04a8237f253563fae5928
move time_t and suseconds_t definitions to common alltypes.h.in

now that all 32-bit archs have 64-bit time_t (and suseconds_t), the
arch-provided _Int64 macro (long or long long, as appropriate) can be
used to define them, and arch-specific definitions are no longer
needed.
17 files changed:
arch/aarch64/bits/alltypes.h.in
arch/arm/bits/alltypes.h.in
arch/i386/bits/alltypes.h.in
arch/m68k/bits/alltypes.h.in
arch/microblaze/bits/alltypes.h.in
arch/mips/bits/alltypes.h.in
arch/mips64/bits/alltypes.h.in
arch/mipsn32/bits/alltypes.h.in
arch/or1k/bits/alltypes.h.in
arch/powerpc/bits/alltypes.h.in
arch/powerpc64/bits/alltypes.h.in
arch/riscv64/bits/alltypes.h.in
arch/s390x/bits/alltypes.h.in
arch/sh/bits/alltypes.h.in
arch/x32/bits/alltypes.h.in
arch/x86_64/bits/alltypes.h.in
include/alltypes.h.in