aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
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.ac
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.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index d965c11..7535bc9 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -998,7 +998,7 @@ CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include"
gcc_AC_CHECK_DECLS(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, , ,[
#include "ansidecl.h"
#include "system.h"])