mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
Remove O_EXTRA which was only for EMX and cygwin.
This commit is contained in:

committed by
Thiago de Arruda

parent
bf9aeda01c
commit
b951cf5bfc
12
src/vim.h
12
src/vim.h
@@ -34,12 +34,6 @@
|
||||
# if (SIZEOF_INT == 0)
|
||||
Error: configure did not run properly.Check auto/config.log.
|
||||
# endif
|
||||
|
||||
/*
|
||||
* Cygwin may have fchdir() in a newer release, but in most versions it
|
||||
* doesn't work well and avoiding it keeps the binary backward compatible.
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
||||
/* user ID of root is usually zero, but not for everybody */
|
||||
@@ -978,12 +972,6 @@ typedef enum {
|
||||
# define APPENDBIN "a"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* EMX doesn't have a global way of making open() use binary I/O.
|
||||
* Use O_BINARY for all open() calls.
|
||||
*/
|
||||
# define O_EXTRA 0
|
||||
|
||||
#ifndef O_NOFOLLOW
|
||||
# define O_NOFOLLOW 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user