patch-2.1.82 linux/include/asm-alpha/mman.h
Next file: linux/include/asm-alpha/smp.h
Previous file: linux/fs/ufs/ufs_swab.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Sun Jan 25 16:31:47 1998
-  Orig file: 
v2.1.81/linux/include/asm-alpha/mman.h
-  Orig date: 
Mon Oct  7 02:40:22 1996
diff -u --recursive --new-file v2.1.81/linux/include/asm-alpha/mman.h linux/include/asm-alpha/mman.h
@@ -13,9 +13,9 @@
 #define MAP_ANONYMOUS	0x10		/* don't use a file */
 
 /* not used by linux, but here to make sure we don't clash with OSF/1 defines */
-#define MAP_HASSEMAPHORE 0x0200
-#define MAP_INHERIT	0x0400
-#define MAP_UNALIGNED	0x0800
+#define _MAP_HASSEMAPHORE 0x0200
+#define _MAP_INHERIT	0x0400
+#define _MAP_UNALIGNED	0x0800
 
 /* These are linux-specific */
 #define MAP_GROWSDOWN	0x1000		/* stack-like segment */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov