about summary refs log tree commit diff
path: root/arch/i386
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2019-10-22 17:08:56 -0400
committerRich Felker <dalias@aerifal.cx>2019-11-02 18:30:56 -0400
commitd6dcfe4d0c58856690ecbad4cf191d7c9ee1a4a8 (patch)
tree111997bb27d2e0266025960b090d620d80a44d34 /arch/i386
parentb60fdf133c033d4ad6b04a8237f253563fae5928 (diff)
downloadmusl-d6dcfe4d0c58856690ecbad4cf191d7c9ee1a4a8.tar.gz
musl-d6dcfe4d0c58856690ecbad4cf191d7c9ee1a4a8.tar.xz
musl-d6dcfe4d0c58856690ecbad4cf191d7c9ee1a4a8.zip
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.
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/bits/alltypes.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/i386/bits/alltypes.h.in b/arch/i386/bits/alltypes.h.in
index 74e599a2..6feb03a6 100644
--- a/arch/i386/bits/alltypes.h.in
+++ b/arch/i386/bits/alltypes.h.in
@@ -29,6 +29,3 @@ TYPEDEF struct { __attribute__((__aligned__(8))) long long __ll; long double __l
 #else
 TYPEDEF struct { alignas(8) long long __ll; long double __ld; } max_align_t;
 #endif
-
-TYPEDEF long long time_t;
-TYPEDEF long long suseconds_t;