aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-08 22:55:19 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-08 22:55:19 +0000
commitf92921c5cf160e755c29ecef28430c8503f0472d (patch)
tree0838b85519969166302e317c7be0577274da04f8
parent1e50662964de0684256118a2775ac05cf80e4f6f (diff)
downloadglibc-f92921c5cf160e755c29ecef28430c8503f0472d.tar
glibc-f92921c5cf160e755c29ecef28430c8503f0472d.tar.gz
glibc-f92921c5cf160e755c29ecef28430c8503f0472d.tar.bz2
glibc-f92921c5cf160e755c29ecef28430c8503f0472d.zip
Update.
2002-12-07 Carlos O'Donell <carlos@baldric.uwo.ca> * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/unix/sysv/linux/hppa/bits/shm.h4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 879f9ba959..e73e17c7b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-07 Carlos O'Donell <carlos@baldric.uwo.ca>
+
+ * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
+
2002-12-08 Ulrich Drepper <drepper@redhat.com>
* scripts/output-format.sed: Fix bug in one of the s expressions
diff --git a/sysdeps/unix/sysv/linux/hppa/bits/shm.h b/sysdeps/unix/sysv/linux/hppa/bits/shm.h
index 52b11edfa6..a07213caa8 100644
--- a/sysdeps/unix/sysv/linux/hppa/bits/shm.h
+++ b/sysdeps/unix/sysv/linux/hppa/bits/shm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 2000, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -36,6 +36,8 @@
#define SHM_LOCK 11 /* lock segment (root only) */
#define SHM_UNLOCK 12 /* unlock segment (root only) */
+/* Segment low boundary address multiple. */
+#define SHMLBA 0x00400000 /* address needs to be 4 Mb aligned */
/* Type to count number of attaches. */
typedef unsigned long int shmatt_t;