mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
cleanup: remove mch_fopen in favor of os_fopen
This commit is contained in:
@@ -86,8 +86,6 @@
|
||||
#define READBIN "rb"
|
||||
#define APPENDBIN "ab"
|
||||
|
||||
# define mch_fopen(n, p) os_fopen((n), (p))
|
||||
|
||||
/* mch_open_rw(): invoke os_open() with third argument for user R/W. */
|
||||
#if defined(UNIX) /* open in rw------- mode */
|
||||
# define mch_open_rw(n, f) os_open((n), (f), (mode_t)0600)
|
||||
|
Reference in New Issue
Block a user