New package: chroot-glibc-2.14.1.

This commit is contained in:
Juan RP 2012-02-28 18:14:17 +01:00
parent ca887bd824
commit 783c42f016
10 changed files with 391 additions and 0 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