diff options
author | userwithuid <userwithuid@gmail.com> | 2017-08-14 15:08:41 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-14 20:02:28 +0200 |
commit | 811c808b1d28bdea7a1b0bb0e5bafb9dfbe9b3bb (patch) | |
tree | 1c73c4b3904a6f5de50a8f06b99bcd2e2afb64f6 /lib/fuse.c | |
parent | a42e548d76ced251f65f769374c3c3984d1c219e (diff) | |
download | libfuse-811c808b1d28bdea7a1b0bb0e5bafb9dfbe9b3bb.tar.gz |
directly call fuse_new_31() instead of fuse_new() internally
this fixes building with lto, which failed since commit 503e32d01e4db00e90d7acfd81ab05386559069f
Diffstat (limited to 'lib/fuse.c')
-rw-r--r-- | lib/fuse.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4629,8 +4629,6 @@ void fuse_stop_cleanup_thread(struct fuse *f) /* Explicit prototype to prevent compiler warnings (fuse.h only defines fuse_new()) */ -struct fuse *fuse_new_31(struct fuse_args *args, const struct fuse_operations *op, - size_t op_size, void *private_data); FUSE_SYMVER(".symver fuse_new_31,fuse_new@@FUSE_3.1"); struct fuse *fuse_new_31(struct fuse_args *args, const struct fuse_operations *op, |