Make _xev_quit "volatile sig_atomic_t" for proper correctness.

Noticed by oga@, thanks!
This commit is contained in:
simon 2008-04-08 00:09:50 +00:00
parent 0f18223042
commit 539b5c6534

View File

@ -451,7 +451,7 @@ out:
static struct xevent_q _xevq, _xevq_putaway; static struct xevent_q _xevq, _xevq_putaway;
static short _xev_q_lock = 0; static short _xev_q_lock = 0;
int _xev_quit = 0; volatile sig_atomic_t _xev_quit = 0;
void void
xev_init(void) xev_init(void)