mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
inc: winfsp_fuse.h: fix memset comment
This commit is contained in:
parent
ad68b36de7
commit
4b5b562307
@ -362,7 +362,7 @@ static inline int fsp_fuse_set_signal_handlers(void *se)
|
||||
static pthread_t sigthr;
|
||||
struct sigaction oldsa, newsa;
|
||||
|
||||
# memset instead of ={0} to avoid a GCC -Wmissing-field-initializers warning
|
||||
// memset instead of initializer to avoid GCC -Wmissing-field-initializers warning
|
||||
memset(&newsa, 0, sizeof newsa);
|
||||
|
||||
if (0 != se)
|
||||
|
Loading…
x
Reference in New Issue
Block a user