dll: fuse: Cygwin signal handling support

This commit is contained in:
Bill Zissimopoulos
2016-06-14 21:36:08 -07:00
parent e227ae5751
commit 958f694b6f
4 changed files with 46 additions and 12 deletions

View File

@ -126,7 +126,8 @@ static inline int fuse_set_signal_handlers(struct fuse_session *se)
static inline void fuse_remove_signal_handlers(struct fuse_session *se)
{
fsp_fuse_remove_signal_handlers(se);
(void)se;
fsp_fuse_set_signal_handlers(0);
}
#ifdef __cplusplus