From: Steinar H. Gunderson Date: Tue, 9 Apr 2013 20:37:55 +0000 (+0200) Subject: Explicitly SIGHUP threads to kill them out of syscalls when we want to join them... X-Git-Tag: 1.0.0~164 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=5ab36b04b0c12058394335e891398c494df513d2;hp=5ab36b04b0c12058394335e891398c494df513d2;p=cubemap Explicitly SIGHUP threads to kill them out of syscalls when we want to join them. Also fixes some bugs related to EINTR handling, since they became very obvious now. ---