Author: arekm Date: Sun Jun 1 22:10:11 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
try to use getpagesize()
---- Files affected:
SOURCES:
glibc-ppc.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/glibc-ppc.patch
diff -u SOURCES/glibc-ppc.patch:1.2 SOURCES/glibc-ppc.patch:1.3
--- SOURCES/glibc-ppc.patch:1.2 Sat Mar 15 12:19:58 2008
+++ SOURCES/glibc-ppc.patch Mon Jun 2 00:10:06 2008
@@ -6,7 +6,7 @@
#define _SYS_USER_H 1
#include <features.h>
-+#include <asm/page.h>
++#include <unistd.h>
#include <asm/ptrace.h>
struct user {
@@ -14,7 +14,7 @@
char u_comm[32]; /* user command name */
};
-+#define NBPG PAGE_SIZE
++#define NBPG getpagesize()
+#define UPAGES 1
+#define HOST_TEXT_START_ADDR (u.start_code)
+#define HOST_DATA_START_ADDR (u.start_data)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/glibc-ppc.patch?r1=1.2&r2=1.3&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit