Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2020-04-24 22:23:34 +0300
committerBryan Drewery <bryan@shatow.net>2020-04-27 19:35:48 +0300
commitbd159f3d6b7d7c8b3c5c4c193884d862a41382d7 (patch)
tree86fa4f1fa9dfe2c65ac4bd7ff97f852d5326e7d0 /configure
parent0027d43083c9561cff630e76d9da6b904b054e23 (diff)
locked_mkdir: Use *at(2)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 816d13e8..c89dfcae 100755
--- a/configure
+++ b/configure
@@ -11828,7 +11828,7 @@ CC=$lt_save_CC
-for ac_func in strftime_l strchrnul utimensat
+for ac_func in funlinkat strftime_l strchrnul utimensat
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"