1
0
forked from aniani/vim

patch 8.0.0059

Problem:    Vim does not build on VMS systems.
Solution:   Various changes for VMS. (Zoltan Arpadffy)
This commit is contained in:
Bram Moolenaar
2016-11-04 20:35:31 +01:00
parent 91e44a3305
commit de5e2c219b
10 changed files with 105 additions and 34 deletions

View File

@@ -177,6 +177,7 @@
# define mch_fstat(n, p) fstat(vms_fixfilename(n), (p))
/* VMS does not have lstat() */
# define mch_stat(n, p) stat(vms_fixfilename(n), (p))
# define mch_rmdir(n) rmdir(vms_fixfilename(n))
#else
# ifndef WIN32
# define mch_access(n, p) access((n), (p))