Fix ublic/apple build for the fuse_parse_cmdline ABI symbol
authorBernd Schubert <bschubert@ddn.com>
Sun, 2 Oct 2022 20:39:52 +0000 (22:39 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 4 Jan 2023 15:27:21 +0000 (15:27 +0000)
commitf212ec087037b5bb74700e6cce63c208bdbe8442
tree359dd4dd18d067fbd11ac6a4652fd564ea8d14bf
parent33736958b61d90d9db9b03441103035316f09abc
Fix ublic/apple build for the fuse_parse_cmdline ABI symbol

For __APPLE__ and __ULIBC__, which are assumed to not support
versioned symbols, helper.c has a compat ABI symbol for
fuse_parse_cmdline(). However that ABI symbol was conflicting
with the API macro (which redirects to the right API function
for recompilations against current libfuse).
Additionally the parameter 'opts' had a typo and was called
'out_opts'.
lib/compat.c [new file with mode: 0644]
lib/helper.c
lib/meson.build