mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
replaced last mch_stat() and mch_lstat()
files: memline.c and fileio.c
This commit is contained in:
@@ -229,6 +229,7 @@
|
||||
# define MAXPATHL 1024
|
||||
#endif
|
||||
|
||||
// TODO(stefan991): remove macro
|
||||
#define CHECK_INODE /* used when checking if a swap file already
|
||||
exists for a file */
|
||||
# ifndef DFLT_MAXMEM
|
||||
@@ -276,7 +277,6 @@
|
||||
#endif
|
||||
|
||||
#define HAVE_DUP /* have dup() */
|
||||
#define HAVE_ST_MODE /* have stat.st_mode */
|
||||
|
||||
/* We have three kinds of ACL support. */
|
||||
#define HAVE_ACL (HAVE_POSIX_ACL || HAVE_SOLARIS_ACL || HAVE_AIX_ACL)
|
||||
|
Reference in New Issue
Block a user