[uClibc-cvs] CVS update of uClibc/libpthread/linuxthreads (internals.h)
Erik Andersen
andersen at codepoet.org
Thu Jul 15 08:22:49 UTC 2004
Date: Thursday, July 15, 2004 @ 02:22:49
Author: andersen
Path: /var/cvs/uClibc/libpthread/linuxthreads
Modified: internals.h (1.7 -> 1.8)
_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE
instead, but we are not such a system and should not propagate such things.
Index: uClibc/libpthread/linuxthreads/internals.h
diff -u uClibc/libpthread/linuxthreads/internals.h:1.7 uClibc/libpthread/linuxthreads/internals.h:1.8
--- uClibc/libpthread/linuxthreads/internals.h:1.7 Fri Jan 16 06:43:27 2004
+++ uClibc/libpthread/linuxthreads/internals.h Thu Jul 15 02:22:48 2004
@@ -317,7 +317,7 @@
/* The page size we can get from the system. This should likely not be
changed by the machine file but, you never know. */
#ifndef PAGE_SIZE
-#define PAGE_SIZE (sysconf (_SC_PAGE_SIZE))
+#define PAGE_SIZE (sysconf (_SC_PAGESIZE))
#endif
/* The max size of the thread stack segments. If the default
More information about the uClibc-cvs
mailing list