diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-08 22:53:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-08 22:53:46 +0000 |
commit | 99c37bc7d86321f473cf6de7d7bafdea5fc5e88a (patch) | |
tree | 5b1fb4b39c2f3a43d8e1f85879d6186be996e54f /sysdeps/unix/sysv/linux/hppa | |
parent | fec78d3f4e850cb2ecf2ed11a56077bbfd41f82a (diff) | |
download | glibc-99c37bc7d86321f473cf6de7d7bafdea5fc5e88a.tar glibc-99c37bc7d86321f473cf6de7d7bafdea5fc5e88a.tar.gz glibc-99c37bc7d86321f473cf6de7d7bafdea5fc5e88a.tar.bz2 glibc-99c37bc7d86321f473cf6de7d7bafdea5fc5e88a.zip |
Added SHMLBA #define.
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/bits/shm.h | 4 |
1 files changed, 3 insertions, 1 deletions
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; |