aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libiberty
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/libiberty')
-rw-r--r--gcc-4.4.3/libiberty/getpagesize.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc-4.4.3/libiberty/getpagesize.c b/gcc-4.4.3/libiberty/getpagesize.c
index 1c3a26304..4d44f30f1 100644
--- a/gcc-4.4.3/libiberty/getpagesize.c
+++ b/gcc-4.4.3/libiberty/getpagesize.c
@@ -60,12 +60,13 @@ BUGS
# endif /* PAGESIZE */
#endif /* GNU_OUR_PAGESIZE */
+#if DEFAULT_LIBC != LIBC_BIONIC
int
getpagesize (void)
{
return (GNU_OUR_PAGESIZE);
}
-
+#endif
#else /* VMS */
#if 0 /* older distributions of gcc-vms are missing <syidef.h> */