mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
fix x32 unistd macros to report as ILP32 not LP64
This commit is contained in:
parent
6430315683
commit
131276809f
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#define _POSIX_V6_LP64_OFF64 1
|
||||
#define _POSIX_V7_LP64_OFF64 1
|
||||
#define _POSIX_V6_ILP32_OFFBIG 1
|
||||
#define _POSIX_V7_ILP32_OFFBIG 1
|
||||
|
|
Loading…
Add table
Reference in a new issue