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/mips64 | |
parent | 0dfa1d8caadb7b308740d7695b592c207bfad543 (diff) | |
download | musl-29b216b2f22d3341c4c00608d7ad554a6aed26f7.tar.gz |
unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
Diffstat (limited to 'arch/mips64')
-rw-r--r-- | arch/mips64/bits/posix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips64/bits/posix.h b/arch/mips64/bits/posix.h deleted file mode 100644 index acf42944..00000000 --- a/arch/mips64/bits/posix.h +++ /dev/null @@ -1,2 +0,0 @@ -#define _POSIX_V6_LP64_OFFBIG 1 -#define _POSIX_V7_LP64_OFFBIG 1 |