From 29b216b2f22d3341c4c00608d7ad554a6aed26f7 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 7 May 2024 09:01:47 -0400 Subject: unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits --- arch/m68k/bits/posix.h | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 arch/m68k/bits/posix.h (limited to 'arch/m68k/bits/posix.h') diff --git a/arch/m68k/bits/posix.h b/arch/m68k/bits/posix.h deleted file mode 100644 index 30a38714..00000000 --- a/arch/m68k/bits/posix.h +++ /dev/null @@ -1,2 +0,0 @@ -#define _POSIX_V6_ILP32_OFFBIG 1 -#define _POSIX_V7_ILP32_OFFBIG 1 -- cgit 1.4.1