From: Eli Zaretskii Date: Fri, 29 Mar 2013 12:36:43 +0000 (+0300) Subject: Handled fstatat and fsync, fixed fdopendir. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~229^2~63^2~68 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef90474243708eb71502328868480db424f8262d;p=emacs.git Handled fstatat and fsync, fixed fdopendir. --- 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