From 89299824782d22ff34b0eec8c912ddb20b93f785 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 19 Sep 2017 20:33:26 +0100 Subject: Make *_loop_mt() available in version 3.0 again The old versions of these symbols were defined with version tag FUSE_3.0, so this is what we have to use in the .symver directive. --- lib/fuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fuse.c') diff --git a/lib/fuse.c b/lib/fuse.c index 47a9961..5cc4e42 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -4398,7 +4398,7 @@ int fuse_loop_mt_32(struct fuse *f, struct fuse_loop_config *config) } int fuse_loop_mt_31(struct fuse *f, int clone_fd); -FUSE_SYMVER(".symver fuse_loop_mt_31,fuse_loop_mt@FUSE_3.1"); +FUSE_SYMVER(".symver fuse_loop_mt_31,fuse_loop_mt@FUSE_3.0"); int fuse_loop_mt_31(struct fuse *f, int clone_fd) { struct fuse_loop_config config; -- cgit v1.2.3