From fd03461a93f2e080e317da40dc4929ee437ffb76 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 28 Mar 2009 05:22:30 +0000 Subject: * ffsll.c: New file. * configure.ac: Call AC_REPLACE_FUNCS on ffsll. * gold.h (ffsll): Declare if HAVE_FFSLL is not defined. * ftruncate.c (ftruncate): Declare before definition. * mremap.c (mremap): Likewise. * pread.c (pread): Likewise. * configure, Makefile.in, config.in: Rebuild. --- gold/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gold/config.in') diff --git a/gold/config.in b/gold/config.in index 93264cfc665..97af33583cf 100644 --- a/gold/config.in +++ b/gold/config.in @@ -34,6 +34,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_EXT_HASH_SET +/* Define to 1 if you have the `ffsll' function. */ +#undef HAVE_FFSLL + /* Define to 1 if you have the `ftruncate' function. */ #undef HAVE_FTRUNCATE -- cgit v1.2.1