From 6a25777816bd6068fd4da098471b3763f9908cdc Mon Sep 17 00:00:00 2001 From: "Aaron W. LaFramboise" Date: Thu, 8 Jul 2004 23:05:29 +0000 Subject: 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 --- gcc/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/configure') 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 -- cgit v1.1