comparison src/proto/os_unix.pro @ 29187:87ad2de4fe41 v8.2.5113

patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errors Commit: https://github.com/vim/vim/commit/c72e31dfcc013ae840cd7f8899f2430b7f6812c9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 16 18:47:20 2022 +0100 patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errors Problem: Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel Dupras) Solution: Delete the timer befor forking. (closes #10584)
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Jun 2022 20:00:03 +0200
parents b90bca860b5a
children 0af5fe160e4e
comparison
equal deleted inserted replaced
29186:b41c197d886e 29187:87ad2de4fe41
86 int xsmp_handle_requests(void); 86 int xsmp_handle_requests(void);
87 void xsmp_init(void); 87 void xsmp_init(void);
88 void xsmp_close(void); 88 void xsmp_close(void);
89 void stop_timeout(void); 89 void stop_timeout(void);
90 const int *start_timeout(long msec); 90 const int *start_timeout(long msec);
91 void delete_timer(void);
91 /* vim: set ft=c : */ 92 /* vim: set ft=c : */