mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
Handled fstatat and fsync, fixed fdopendir.
This commit is contained in:
parent
52aa6b170b
commit
ef90474243
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user