commit | 683b7967253ecd44476a5a01d857271c0d3ff4f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 15:51:59 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 15:51:59 2017 +0200 |
tree | e73a18c1e3d5ccca473d163ba17942f00fb5600a | |
parent | d21f8b54b24e08d1f2b7c6ae32a9bc75ac4fa9fc [diff] [blame] |
patch 8.0.0964: channel write buffer does not work with poll() Problem: Channel write buffer does not work with poll(). Solution: Use the same mechanism as with select().
diff --git a/src/version.c b/src/version.c index e6626cb..291ccdf 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 964, +/**/ 963, /**/ 962,