commit | 540fc6fbdb30971955dc40cc05542b5d4f434787 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 16:27:16 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 16:27:16 2010 +0100 |
tree | c1efeca8e355c647e60ff12e8cae8d942d7a3d29 | |
parent | 45d9d02d715d8423ed5e786331d6e8970b86bf60 [diff] [blame] |
updated for version 7.3.083 Problem: When a read() or write() is interrupted by a signal it fails. Solution: Add read_eintr() and write_eintr().
diff --git a/src/version.c b/src/version.c index e3cb9e5..346d291 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 83, +/**/ 82, /**/ 81,