convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLS
authorBernd Schubert <bschubert@ddn.com>
Mon, 2 Jan 2023 21:53:54 +0000 (22:53 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 4 Jan 2023 15:27:21 +0000 (15:27 +0000)
commit3736e0c85f4a8b624f6f1a27b736c18adbce9c15
tree76cfcc05c6a150b1a738649d05887fd581df68bc
parentf212ec087037b5bb74700e6cce63c208bdbe8442
convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLS

In fact only gnu-libc fully supports symbol versioning, so it is
better to have a generic macro for it. This also allows to manually
disable symbol version and allows to run tests with that
configuration on gnu-libc. That testing will still not catch compat
issues, but least ensures the code can compile.

Testing for __APPLE__ and __ULIBC__ is now done by meson. More of such
checks can be added by people using other libcs.
include/fuse_lowlevel.h
lib/compat.c
lib/fuse_misc.h
meson.build
meson_options.txt