aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorAaron W. LaFramboise <aaronraolete36@aaronwl.com>2004-07-08 23:05:29 +0000
committerPer Bothner <bothner@gcc.gnu.org>2004-07-08 16:05:29 -0700
commit6a25777816bd6068fd4da098471b3763f9908cdc (patch)
tree9da29492c80474d5809a2e4b8c1abef235ea8a39 /gcc/configure
parent0196fbb3c39f764d19b2f96c5828d47ef25da991 (diff)
downloadgcc-6a25777816bd6068fd4da098471b3763f9908cdc.zip
gcc-6a25777816bd6068fd4da098471b3763f9908cdc.tar.gz
gcc-6a25777816bd6068fd4da098471b3763f9908cdc.tar.bz2
system.h: Prototype getpagesize if missing.
* system.h: Prototype getpagesize if missing. * configure.ac: Add getpagesize to gcc_AC_CHECK_DECLS. * configure: Regenerate. * config.in: Regenerate. From-SVN: r84323
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index b3cfb37..f2a5e67 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -8208,10 +8208,11 @@ CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include"
+
for ac_func in getenv atol sbrk abort atof getcwd getwd \
strsignal putc_unlocked fputs_unlocked fwrite_unlocked \
fprintf_unlocked strstr errno snprintf vasprintf \
- malloc realloc calloc free basename getopt clock
+ malloc realloc calloc free basename getopt clock getpagesize
do
ac_tr_decl=`echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
echo "$as_me:$LINENO: checking whether $ac_func is declared" >&5