mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim.h: remove #ifndef EINTR
This ifndef causes problems when including fileio headers.
This commit is contained in:
parent
071aca9c8a
commit
2b90aed831
@ -321,11 +321,6 @@ enum {
|
||||
#define fnamencmp(x, y, n) vim_fnamencmp((char_u *)(x), (char_u *)(y), \
|
||||
(size_t)(n))
|
||||
|
||||
#ifndef EINTR
|
||||
# define read_eintr(fd, buf, count) read((fd), (buf), (count))
|
||||
# define write_eintr(fd, buf, count) write((fd), (buf), (count))
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Enums need a typecast to be used as array index (for Ultrix).
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user