hppa: shm.h: add SHM_EXEC

This brings hppa in line with all the other arches.
This commit is contained in:
Mike Frysinger 2015-08-14 22:11:03 -04:00
parent 8584204806
commit c5bf7f84bf
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-08-18 Mike Frysinger <vapier@gentoo.org>
* sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHM_EXEC): Define.
2015-08-18 Mike Frysinger <vapier@gentoo.org>
* sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Delete

View File

@ -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) */