From cdea3acc2b065a7da1ff96fbdaf9c854192c189b Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 23 Aug 2017 23:37:40 +0200 Subject: fuse_loop_mt(): on error, return errno rather than -1. --- ChangeLog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index ce9ffd7..0b3e886 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,7 +1,10 @@ Unreleased Changes ================== -* `fuse_loop` no longer returns a positive value if the filesystem +* `fuse_loop_mt()` now returns the minus the actual errno if there was + an error (instead of just -1). + +* `fuse_loop()` no longer returns a positive value if the filesystem loop was terminated without errors or signals. * Improved documentation of `fuse_lowlevel_notify_*` functions. -- cgit v1.2.3