]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Added SHMLBA #define.
authorUlrich Drepper <drepper@redhat.com>
Sun, 8 Dec 2002 22:53:46 +0000 (22:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 8 Dec 2002 22:53:46 +0000 (22:53 +0000)
sysdeps/unix/sysv/linux/hppa/bits/shm.h

index 52b11edfa651a5bccc3057e753132269e8bd99e2..a07213caa831121983045da95549858c6a1f3706 100644 (file)
@@ -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;