diff options
| author | Eli Zaretskii | 2013-03-29 15:36:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-29 15:36:43 +0300 |
| commit | ef90474243708eb71502328868480db424f8262d (patch) | |
| tree | b4d0fed18364fb6da0133783bf02e0beb4f790e7 | |
| parent | 52aa6b170b532b920ec593072249e0e3649a27b1 (diff) | |
| download | emacs-ef90474243708eb71502328868480db424f8262d.tar.gz emacs-ef90474243708eb71502328868480db424f8262d.zip | |
Handled fstatat and fsync, fixed fdopendir.
| -rw-r--r-- | nt/mingw-cfg.site | 8 |
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 | |||
| 30 | ac_cv_func_faccessat=yes | 30 | ac_cv_func_faccessat=yes |
| 31 | # We don't need fdopendir | 31 | # We don't need fdopendir |
| 32 | ac_cv_func_fdopendir="not-needed" | 32 | ac_cv_func_fdopendir="not-needed" |
| 33 | gl_cv_func_fdopendir_works="no, but not needed, so yes" | 33 | gl_cv_func_fdopendir_works="no-but-not-needed-so-yes" |
| 34 | # Implemented in w32.c | ||
| 35 | ac_cv_func_fstatat=yes | ||
| 36 | gl_cv_func_fstatat_zero_flag=yes | ||
| 37 | gl_cv_func_lstat_dereferences_slashed_symlink=yes | ||
| 38 | # Aliased to _commit in ms-w32.h | ||
| 39 | ac_cv_func_fsync=yes | ||