distorted-utils: Currently disabled.
[termux-packages] / packages / calcurse / io.c.patch
CommitLineData
139a6fc7
DM
1--- ../../cache/calcurse-4.1.0/src/io.c 2016-03-27 12:26:18.000000000 +0200
2+++ ./src/io.c 2016-05-09 00:00:16.402558225 +0200
3@@ -1430,4 +1430,3 @@ void io_stop_psave_thread(void)
4 io_save_mutex_lock();
5- pthread_cancel(io_t_psave);
6- pthread_join(io_t_psave, NULL);
7+ pthread_kill(io_t_psave, 0);
8 io_save_mutex_unlock();