From 954b8f38958de72c4712088735eb175118f17b51 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 16 Aug 2022 15:18:11 +0200 Subject: Expose all MAP_ constants in unconditionally (bug 29375) POSIX reserves the MAP_ prefix for , so there is no need to conditionalize their definitions on feature test macros. --- sysdeps/unix/sysv/linux/ia64/bits/mman.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sysdeps/unix/sysv/linux/ia64/bits') diff --git a/sysdeps/unix/sysv/linux/ia64/bits/mman.h b/sysdeps/unix/sysv/linux/ia64/bits/mman.h index fec05c898c..b02a2770ae 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/mman.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/mman.h @@ -24,9 +24,7 @@ But the kernel header is not namespace clean. */ /* These are Linux-specific. */ -#ifdef __USE_MISC -# define MAP_GROWSUP 0x00200 /* Register stack-like segment */ -#endif +#define MAP_GROWSUP 0x00200 /* Register stack-like segment */ #include -- cgit 1.4.1