From: Rosen Penev Date: Thu, 29 Oct 2020 02:20:35 +0000 (-0700) Subject: remove old uclibc hack X-Git-Tag: fuse-3.10.1~12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4ebb018e78b53a8afe0368e7cd7a17a67c52e3df;p=qemu-gpiodev%2Flibfuse.git remove old uclibc hack This actually prevents sshfs linking to it as fuse_new becomes unavailable. According to the git history, this seems to predate 2006. Signed-off-by: Rosen Penev --- diff --git a/lib/fuse_misc.h b/lib/fuse_misc.h index a8b5961..f384aea 100644 --- a/lib/fuse_misc.h +++ b/lib/fuse_misc.h @@ -10,10 +10,9 @@ /* Versioned symbols cannot be used in some cases because it - - confuse the dynamic linker in uClibc - not supported on MacOSX (in MachO binary format) */ -#if (!defined(__UCLIBC__) && !defined(__APPLE__)) +#ifndef __APPLE__ # if HAVE_SYMVER_ATTRIBUTE # define FUSE_SYMVER(sym1, sym2) __attribute__ ((symver (sym2))) # else