mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
parent
2a6beb2739
commit
76ec0420d1
@ -360,7 +360,10 @@ static inline int fsp_fuse_set_signal_handlers(void *se)
|
|||||||
|
|
||||||
static sigset_t sigmask;
|
static sigset_t sigmask;
|
||||||
static pthread_t sigthr;
|
static pthread_t sigthr;
|
||||||
struct sigaction oldsa, newsa = { 0 };
|
struct sigaction oldsa, newsa;
|
||||||
|
|
||||||
|
# memset instead of ={0} to avoid a GCC -Wmissing-field-initializers warning
|
||||||
|
memset(&newsa, 0, sizeof newsa);
|
||||||
|
|
||||||
if (0 != se)
|
if (0 != se)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user