From ef90474243708eb71502328868480db424f8262d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 29 Mar 2013 15:36:43 +0300 Subject: [PATCH] Handled fstatat and fsync, fixed fdopendir. --- nt/mingw-cfg.site | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index 4e1a77e0968..1327d5470a0 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site @@ -30,4 +30,10 @@ ac_cv_func_readlinkat=yes ac_cv_func_faccessat=yes # We don't need fdopendir ac_cv_func_fdopendir="not-needed" -gl_cv_func_fdopendir_works="no, but not needed, so yes" +gl_cv_func_fdopendir_works="no-but-not-needed-so-yes" +# Implemented in w32.c +ac_cv_func_fstatat=yes +gl_cv_func_fstatat_zero_flag=yes +gl_cv_func_lstat_dereferences_slashed_symlink=yes +# Aliased to _commit in ms-w32.h +ac_cv_func_fsync=yes -- 2.39.2