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:
@ -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;
|
||||
|
||||
|
||||
/*******************************************************************
|
||||
|
Reference in New Issue
Block a user