Skip to content

Commit

Permalink
hppa: shm.h: add SHM_EXEC
Browse files Browse the repository at this point in the history
This brings hppa in line with all the other arches.
  • Loading branch information
Mike Frysinger committed Aug 18, 2015
1 parent 8584204 commit c5bf7f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/hppa/bits/shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit c5bf7f8

Please sign in to comment.