This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 03/10] hppa: shm.h: add SHM_EXEC
- From: Mike Frysinger <vapier at gentoo dot org>
- To: libc-alpha at sourceware dot org
- Date: Fri, 14 Aug 2015 22:27:46 -0400
- Subject: [PATCH 03/10] hppa: shm.h: add SHM_EXEC
- Authentication-results: sourceware.org; auth=none
- References: <1439605673-23948-1-git-send-email-vapier at gentoo dot org>
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