aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/vim.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 410c2602c8..a4ce9084c2 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -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).
*/