aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-14 22:11:03 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-18 02:36:55 -0400
commitc5bf7f84bf041e9c7c690d09baad4daf3e992805 (patch)
tree98b39442bde1dae60ed07a38813abb3794f76089 /sysdeps/unix/sysv/linux
parent8584204806ffea6f33bc6e42a1f07d6bc5a35105 (diff)
downloadglibc-c5bf7f84bf041e9c7c690d09baad4daf3e992805.tar
glibc-c5bf7f84bf041e9c7c690d09baad4daf3e992805.tar.gz
glibc-c5bf7f84bf041e9c7c690d09baad4daf3e992805.tar.bz2
glibc-c5bf7f84bf041e9c7c690d09baad4daf3e992805.zip
hppa: shm.h: add SHM_EXEC
This brings hppa in line with all the other arches.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r--sysdeps/unix/sysv/linux/hppa/bits/shm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/bits/shm.h b/sysdeps/unix/sysv/linux/hppa/bits/shm.h
index a6a86f77ad..8e243461a8 100644
--- a/sysdeps/unix/sysv/linux/hppa/bits/shm.h
+++ b/sysdeps/unix/sysv/linux/hppa/bits/shm.h
@@ -30,6 +30,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) */