mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
vim.h: remove #ifndef EINTR
This ifndef causes problems when including fileio headers.
This commit is contained in:
@@ -321,11 +321,6 @@ enum {
|
|||||||
#define fnamencmp(x, y, n) vim_fnamencmp((char_u *)(x), (char_u *)(y), \
|
#define fnamencmp(x, y, n) vim_fnamencmp((char_u *)(x), (char_u *)(y), \
|
||||||
(size_t)(n))
|
(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).
|
* Enums need a typecast to be used as array index (for Ultrix).
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user