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/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gold/configure') diff --git a/gold/configure b/gold/configure index 6235904..8cd5153 100755 --- a/gold/configure +++ b/gold/configure @@ -5168,7 +5168,8 @@ done -for ac_func in pread ftruncate mremap + +for ac_func in pread ftruncate mremap ffsll do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 -- cgit v1.1