glibc: update to 2.12.1.

This commit is contained in:
Juan RP
2010-10-26 05:42:13 +02:00
parent a6189aaacc
commit 0964251cf5
6 changed files with 382 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
--- sysdeps/unix/sysv/linux/getpagesize.c
+++ 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