From c22da7f3a89353ee2b68b6ae1b46af430ba9a691 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 16 Nov 2016 12:41:41 -0800 Subject: Add support for more detailed error codes from main loop --- include/fuse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 682f731..e99f04d 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -828,7 +828,7 @@ void fuse_destroy(struct fuse *f); * operations are called. * * @param f the FUSE handle - * @return 0 if no error occurred, -1 otherwise + * @return 0 if no error occurred, -errno otherwise * * See also: fuse_loop() */ @@ -871,7 +871,7 @@ void fuse_exit(struct fuse *f); * @param f the FUSE handle * @param clone_fd whether to use separate device fds for each thread * (may increase performance) - * @return 0 if no error occurred, -1 otherwise + * @return 0 if no error occurred, -errno otherwise * * See also: fuse_loop() */ -- cgit v1.2.3