diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/select.c b/source3/lib/select.c index cd77d1209f..48bc61ab77 100644 --- a/source3/lib/select.c +++ b/source3/lib/select.c @@ -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; /******************************************************************* |