diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-08 23:05:29 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-08 23:05:29 +0000 |
commit | 31671de5dfef98ee6eb46e8435137751bfaf8acc (patch) | |
tree | 9da29492c80474d5809a2e4b8c1abef235ea8a39 /gcc/configure.ac | |
parent | f48ac6551329833c376450dc03fd48796f2e68bd (diff) | |
download | gcc-31671de5dfef98ee6eb46e8435137751bfaf8acc.tar.gz |
* system.h: Prototype getpagesize if missing.
* configure.ac: Add getpagesize to gcc_AC_CHECK_DECLS.
* configure: Regenerate.
* config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84323 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index d965c1147b3..7535bc93b3d 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"]) |