subversion: Update from 1.9.7 to 1.10.0
[termux-packages] / packages / calcurse / notify.c.patch
CommitLineData
139a6fc7
DM
1--- ../../cache/calcurse-4.1.0/src/notify.c 2016-03-27 12:26:18.000000000 +0200
2+++ ./src/notify.c 2016-05-09 00:01:31.495324279 +0200
3@@ -193,4 +193,3 @@ void notify_stop_main_thread(void)
4 if (notify_t_main) {
5- pthread_cancel(notify_t_main);
6- pthread_join(notify_t_main, NULL);
7+ pthread_kill(notify_t_main, 0);
8 }