diff options
author | Rich Felker <dalias@aerifal.cx> | 2024-05-07 09:01:47 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-05-07 09:01:47 -0400 |
commit | 29b216b2f22d3341c4c00608d7ad554a6aed26f7 (patch) | |
tree | 7eec27d88807a1ea0f9eb0dfb57457b29a583958 /arch/i386/bits | |
parent | 0dfa1d8caadb7b308740d7695b592c207bfad543 (diff) | |
download | musl-29b216b2f22d3341c4c00608d7ad554a6aed26f7.tar.gz musl-29b216b2f22d3341c4c00608d7ad554a6aed26f7.tar.xz musl-29b216b2f22d3341c4c00608d7ad554a6aed26f7.zip |
unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
Diffstat (limited to 'arch/i386/bits')
-rw-r--r-- | arch/i386/bits/posix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/i386/bits/posix.h b/arch/i386/bits/posix.h deleted file mode 100644 index 30a38714..00000000 --- a/arch/i386/bits/posix.h +++ /dev/null @@ -1,2 +0,0 @@ -#define _POSIX_V6_ILP32_OFFBIG 1 -#define _POSIX_V7_ILP32_OFFBIG 1 |