about summary refs log tree commit diff
path: root/bits/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/mman.h')
-rw-r--r--bits/mman.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/bits/mman.h b/bits/mman.h
index ba57af0885..058c3d2302 100644
--- a/bits/mman.h
+++ b/bits/mman.h
@@ -41,9 +41,7 @@
 # define MAP_FILE	 0x0001	/* Mapped from a file or device.  */
 # define MAP_ANON	 0x0002	/* Allocated from anonymous virtual memory.  */
 # define MAP_TYPE	 0x000f	/* Mask for type field.  */
-# ifdef __USE_MISC
-#  define MAP_ANONYMOUS  MAP_ANON /* Linux name. */
-# endif
+# define MAP_ANONYMOUS	 MAP_ANON /* Linux name. */
 #endif
 
 /* Sharing types (must choose one and only one of these).  */