aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-23 23:37:40 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-23 23:38:20 +0200
commitcdea3acc2b065a7da1ff96fbdaf9c854192c189b (patch)
tree78534912cb1b6af939a1fba4dcdde6019c1daf95 /ChangeLog.rst
parent3e8954279eb2374d8c3905c1b1ff21ea5b97f856 (diff)
fuse_loop_mt(): on error, return errno rather than -1.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst5
1 files changed, 4 insertions, 1 deletions
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.