aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2013-03-29 15:36:43 +0300
committerEli Zaretskii2013-03-29 15:36:43 +0300
commitef90474243708eb71502328868480db424f8262d (patch)
treeb4d0fed18364fb6da0133783bf02e0beb4f790e7
parent52aa6b170b532b920ec593072249e0e3649a27b1 (diff)
downloademacs-ef90474243708eb71502328868480db424f8262d.tar.gz
emacs-ef90474243708eb71502328868480db424f8262d.zip
Handled fstatat and fsync, fixed fdopendir.
-rw-r--r--nt/mingw-cfg.site8
1 files changed, 7 insertions, 1 deletions
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
30ac_cv_func_faccessat=yes 30ac_cv_func_faccessat=yes
31# We don't need fdopendir 31# We don't need fdopendir
32ac_cv_func_fdopendir="not-needed" 32ac_cv_func_fdopendir="not-needed"
33gl_cv_func_fdopendir_works="no, but not needed, so yes" 33gl_cv_func_fdopendir_works="no-but-not-needed-so-yes"
34# Implemented in w32.c
35ac_cv_func_fstatat=yes
36gl_cv_func_fstatat_zero_flag=yes
37gl_cv_func_lstat_dereferences_slashed_symlink=yes
38# Aliased to _commit in ms-w32.h
39ac_cv_func_fsync=yes