mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
block TERM and INT from all but the main thread. (Pretty much untested; doesn't fix hang-on-SIGINT.)
This commit is contained in:
parent
1ff4d67bc0
commit
d9ca6f5e11
1 changed files with 1 additions and 0 deletions
|
@ -548,6 +548,7 @@ print_prompt( int socket )
|
|||
static void*
|
||||
ctrl_thread_main( void* arg )
|
||||
{
|
||||
blockSignals();
|
||||
int sock = (int)arg;
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue