From 9b6e15406bd83a722cb07ed37709d94308d9e22e Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 24 May 2017 15:56:41 -0700 Subject: fuse_signals.c: use new do_nothing function instead of SIG_IGN Fixes: #160. --- ChangeLog.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 2b119a9..3bf56b7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,9 @@ +Unreleased Changes +================== + +* `fuse_main()` / `fuse_remove_signal_handlers()`: do not reset + `SIGPIPE` handler to `SIG_DFL` it was not set by us. + libfuse 3.0.2 (2017-05-24) ========================== -- cgit v1.2.3