summaryrefslogtreecommitdiff
path: root/core/eglibc/glibc-2.12.1-static-shared-getpagesize.patch
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-03 23:54:26 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-03 23:54:26 -0300
commit507582a196dee20fe5adc17a61476586c3f055bb (patch)
tree675864ac60ce5be8a39561bae17ab56f3072cdd7 /core/eglibc/glibc-2.12.1-static-shared-getpagesize.patch
parent8c1cd392b43a7018099ce64f9359b76c2de14640 (diff)
[core] updates and eglibc
Diffstat (limited to 'core/eglibc/glibc-2.12.1-static-shared-getpagesize.patch')
-rw-r--r--core/eglibc/glibc-2.12.1-static-shared-getpagesize.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/eglibc/glibc-2.12.1-static-shared-getpagesize.patch b/core/eglibc/glibc-2.12.1-static-shared-getpagesize.patch
new file mode 100644
index 000000000..e84754279
--- /dev/null
+++ b/core/eglibc/glibc-2.12.1-static-shared-getpagesize.patch
@@ -0,0 +1,11 @@
+--- glibc-2.12-192-g7c08a05/sysdeps/unix/sysv/linux/getpagesize.c
++++ glibc-2.12.90-17/sysdeps/unix/sysv/linux/getpagesize.c
+@@ -28,7 +28,7 @@
+ int
+ __getpagesize ()
+ {
+-#ifdef __ASSUME_AT_PAGESIZE
++#if 0 && defined __ASSUME_AT_PAGESIZE
+ assert (GLRO(dl_pagesize) != 0);
+ return GLRO(dl_pagesize);
+ #else