Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define SHM_NORESERVE.
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
  • Loading branch information
Ulrich Drepper committed Nov 18, 2005
1 parent 8b7bdd8 commit 2b7e861
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2005-11-17 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define SHM_NORESERVE.
* sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.

2005-11-17 Steven Munroe <sjmunroe@us.ibm.com>

[BZ #1877]
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/alpha/bits/shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ struct shmid_ds
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
# define SHM_NORESERVE 010000 /* don't check for reservations */

struct shminfo
{
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/bits/shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ struct shmid_ds
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
# define SHM_NORESERVE 010000 /* don't check for reservations */

struct shminfo
{
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 @@ -79,6 +79,7 @@ struct shmid_ds
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
# define SHM_NORESERVE 010000 /* don't check for reservations */

struct shminfo
{
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/ia64/bits/shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ struct shmid_ds
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
# define SHM_NORESERVE 010000 /* don't check for reservations */

struct shminfo
{
Expand Down
5 changes: 3 additions & 2 deletions sysdeps/unix/sysv/linux/powerpc/bits/shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ struct shmid_ds
# define SHM_INFO 14

/* shm_mode upper byte flags */
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
# define SHM_NORESERVE 010000 /* don't check for reservations */

struct shminfo
{
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/s390/bits/shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ struct shmid_ds
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
# define SHM_NORESERVE 010000 /* don't check for reservations */

struct shminfo
{
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/sparc/bits/shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ struct shmid_ds
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
# define SHM_NORESERVE 010000 /* don't check for reservations */

struct shminfo
{
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/x86_64/bits/shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ struct shmid_ds
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
# define SHM_NORESERVE 010000 /* don't check for reservations */

struct shminfo
{
Expand Down

0 comments on commit 2b7e861

Please sign in to comment.