Преглед на файлове

fix x32 unistd macros to report as ILP32 not LP64

Nicholas Wilson преди 7 години
родител
ревизия
131276809f
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      arch/x32/bits/posix.h

+ 2 - 2
arch/x32/bits/posix.h

@@ -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