mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
ITS#5248: use volatile sig_atomic_t for signal variable gotsig
This commit is contained in:
parent
af50afcbe0
commit
8f74e9cacc
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#include "slapcommon.h"
|
||||
#include "ldif.h"
|
||||
|
||||
static int gotsig;
|
||||
static volatile sig_atomic_t gotsig;
|
||||
|
||||
static RETSIGTYPE
|
||||
slapcat_sig( int sig )
|
||||
|
|
|
|||
Loading…
Reference in a new issue