* sysdeps/unix/sysv/linux/arm/bits/shm.h (SHM_EXEC): Define.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 2 Feb 2009 15:35:22 +0000 (15:35 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 2 Feb 2009 15:35:22 +0000 (15:35 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/bits/shm.h

index 338d768..52480ac 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/bits/shm.h (SHM_EXEC): Define.
+
 2009-01-27  Min Zhang  <mzhang@mvista.com>
 
        * sysdeps/arm/memset.S (memset): Use stm instead of two
index 4faa287..b723cc9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1997,2000,2002,2004,2008
+/* Copyright (C) 1995,1996,1997,2000,2002,2004,2008,2009
    Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -31,6 +31,7 @@
 #define SHM_RDONLY     010000          /* attach read-only else read-write */
 #define SHM_RND                020000          /* round attach address to SHMLBA */
 #define SHM_REMAP      040000          /* take-over region on attach */
+#define SHM_EXEC       0100000         /* execution access */
 
 /* Commands for `shmctl'.  */
 #define SHM_LOCK       11              /* lock segment (root only) */