[PATCH 03/10] hppa: shm.h: add SHM_EXEC
Mike Frysinger
vapier@gentoo.org
Sat Aug 15 02:28:00 GMT 2015
This brings hppa in line with all the other arches.
2015-08-15 Mike Frysinger <vapier@gentoo.org>
* sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHM_EXEC): Define.
---
sysdeps/unix/sysv/linux/hppa/bits/shm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sysdeps/unix/sysv/linux/hppa/bits/shm.h b/sysdeps/unix/sysv/linux/hppa/bits/shm.h
index a6a86f7..8e24346 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) */
--
2.4.4
More information about the Libc-alpha
mailing list