commit | f2ce76a8c0290af35e434e38cfe889ed0fec4c6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 11:40:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 11:40:40 2022 +0100 |
tree | 5f8578842b58e81a7ced9adbf27259d344adbd88 | |
parent | 95afae6d1760b2efcc4968dbd3784799d24e9fdf [diff] [blame] |
patch 9.0.0023: on Solaris timer_create() exists but does not work Problem: On Solaris timer_create() exists but does not work. Solution: Adjust the configure check to run the test program. (closes #10647)
diff --git a/src/version.c b/src/version.c index dbd4951..fe683f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 23, +/**/ 22, /**/ 21,