1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Paranoia changes to ensure that anything touched by a signal handler

and the main code is declared as VOLATILE SIG_ATOMIC_T.
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 2d35d0cf1d
commit b737c784e3
3 changed files with 19 additions and 18 deletions

View File

@ -30,7 +30,7 @@
*/
static int initialised;
static int select_pipe[2];
static unsigned pipe_written, pipe_read;
static VOLATILE SIG_ATOMIC_T pipe_written, pipe_read;
/*******************************************************************