From 811c808b1d28bdea7a1b0bb0e5bafb9dfbe9b3bb Mon Sep 17 00:00:00 2001 From: userwithuid Date: Mon, 14 Aug 2017 15:08:41 +0000 Subject: directly call fuse_new_31() instead of fuse_new() internally this fixes building with lto, which failed since commit 503e32d01e4db00e90d7acfd81ab05386559069f --- lib/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/helper.c') diff --git a/lib/helper.c b/lib/helper.c index 9abc6dd..9d26c14 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -302,7 +302,7 @@ int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, } - fuse = fuse_new(&args, op, op_size, user_data); + fuse = fuse_new_31(&args, op, op_size, user_data); if (fuse == NULL) { res = 1; goto out1; -- cgit v1.2.3