replaced mch_fstat() with os_file_get_info_fd()

This commit is contained in:
Stefan Hoffmann
2014-05-02 18:25:49 +02:00
parent aff9673076
commit a080819c3e
3 changed files with 9 additions and 35 deletions

View File

@@ -98,7 +98,6 @@
#define vim_isbreak(c) (breakat_flags[(char_u)(c)])
# define mch_fopen(n, p) fopen((n), (p))
# define mch_fstat(n, p) fstat((n), (p))
# ifdef STAT_IGNORES_SLASH
/* On Solaris stat() accepts "file/" as if it was "file". Return -1 if
* the name ends in "/" and it's not a directory. */