Make UCI2WB resistent to SIGTERM in Linux
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 29 Oct 2014 21:43:46 +0000 (22:43 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 29 Oct 2014 21:43:46 +0000 (22:43 +0100)
commit8fa58cb5e2b3452a9baa92ce046ec92b5fd55960
treef85810d3fb565c23ef8e3160feaceac926b3410f
parent3f24be6f915ceefc5abc51a2e9fbcecfda5c249a
Make UCI2WB resistent to SIGTERM in Linux

UCI2WB was already resistant to SIGINT, which XBoard sends with every
usermove, but must also ignore the SIGTERM that is sent with the quit
command in order to reliably relay this quit to the engine.
UCI2WB.c