about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc/bits/shm.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-20 10:32:08 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-20 10:32:08 +0000
commit48f936a240d666d8adaa342abb7c289dafb1ec03 (patch)
tree4a2e28d5605f6910593af47cba7de20f6a8f70e8 /sysdeps/unix/sysv/linux/sparc/bits/shm.h
parent1561bf636d195795688e81b19fd42cdc2f5e6975 (diff)
downloadglibc-48f936a240d666d8adaa342abb7c289dafb1ec03.tar.gz
glibc-48f936a240d666d8adaa342abb7c289dafb1ec03.tar.xz
glibc-48f936a240d666d8adaa342abb7c289dafb1ec03.zip
Update.
	* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
	* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
	Patch by William Lee Irwin <wli@holomorphy.com>.

2002-12-20  Andreas Schwab  <schwab@suse.de>

	* locale/programs/ld-measurement.c (measurement_output): Fix
	index calculation.

2002-12-20  Ulrich Drepper  <drepper@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/bits/shm.h')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/bits/shm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/shm.h b/sysdeps/unix/sysv/linux/sparc/bits/shm.h
index c85b07a671..144f311740 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/shm.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/shm.h
@@ -77,6 +77,7 @@ struct shmid_ds
 /* 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_HUGETLB	04000	/* segment is mapped via hugetlb */
 
 struct	shminfo
   {