All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] [PATCH] Add SHMLBA define to shm.h (HPPA).
@ 2002-12-08 22:09 Carlos O'Donell
  2002-12-08 22:55 ` [parisc-linux] " Ulrich Drepper
  2002-12-08 22:55 ` Ulrich Drepper
  0 siblings, 2 replies; 3+ messages in thread
From: Carlos O'Donell @ 2002-12-08 22:09 UTC (permalink / raw)
  To: libc-alpha; +Cc: debian-glibc, parisc-linux

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]


libc-alpha,

Kernel headers and glibc headers are mildly out of sync on HPPA, I'll
keep my eye out for further inconsistencies. This particular issue was
found while building the latest debian X packages. Odd that it didn't 
turn up before.

c.
---

2002-12-07  Carlos O'Donell  <carlos@baldric.uwo.ca>

	* sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA define.


[-- Attachment #2: 03-glibc23-hppa-shm --]
[-- Type: text/plain, Size: 512 bytes --]

--- glibc-2.3.1/sysdeps/unix/sysv/linux/hppa/bits/shm.h	2002-12-07 19:42:52.000000000 -0500
+++ glibc-2.3.1/sysdeps/unix/sysv/linux/hppa/bits/shm.h	2002-12-07 19:33:10.000000000 -0500
@@ -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   /* attach addr needs to be 4 Mb aligned */
 
 /* Type to count number of attaches.  */
 typedef unsigned long int shmatt_t;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-08 22:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-08 22:09 [parisc-linux] [PATCH] Add SHMLBA define to shm.h (HPPA) Carlos O'Donell
2002-12-08 22:55 ` [parisc-linux] " Ulrich Drepper
2002-12-08 22:55 ` Ulrich Drepper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.