chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / calcurse / notify.c.patch
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         }