[uClibc-cvs] svn commit: trunk/uClibc/include/sys
jocke at uclibc.org
jocke at uclibc.org
Tue May 10 10:31:18 UTC 2005
Author: jocke
Date: 2005-05-10 04:31:18 -0600 (Tue, 10 May 2005)
New Revision: 10284
Log:
SHMLBA is now defined by arch dependent bits/shm.h file so remove
this one. MIPS is the only one defining SHMLBA differently.
Modified:
trunk/uClibc/include/sys/shm.h
Changeset:
Modified: trunk/uClibc/include/sys/shm.h
===================================================================
--- trunk/uClibc/include/sys/shm.h 2005-05-10 08:22:56 UTC (rev 10283)
+++ trunk/uClibc/include/sys/shm.h 2005-05-10 10:31:18 UTC (rev 10284)
@@ -43,11 +43,6 @@
__BEGIN_DECLS
-/* Segment low boundary address multiple. */
-#define SHMLBA (__getpagesize ())
-extern int __getpagesize (void) __THROW __attribute__ ((__const__));
-
-
/* The following System V style IPC functions implement a shared memory
facility. The definition is found in XPG4.2. */
More information about the uClibc-cvs
mailing list