forked from Imagelibrary/binutils-gdb
* configure.ac: Check for readv function also.
* fileread.cc (readv): Define if not HAVE_READV. * fileread.h (File_read:: max_readv_entries): Set to 1 if readv does not exist. * config.in: Regenerate. * configure: Regenerate.
This commit is contained in:
2
gold/configure
vendored
2
gold/configure
vendored
@@ -6701,7 +6701,7 @@ fi
|
||||
|
||||
done
|
||||
|
||||
for ac_func in mallinfo posix_fallocate
|
||||
for ac_func in mallinfo posix_fallocate readv
|
||||
do :
|
||||
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
|
||||
|
||||
Reference in New Issue
Block a user