Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)
authorasafkahlon <35964924+asafkahlon@users.noreply.github.com>
Sun, 9 Aug 2020 11:37:26 +0000 (14:37 +0300)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 11:37:26 +0000 (12:37 +0100)
commit7b3e3899157566875280a8b860eb5ad5c73eadc1
tree70b85366b77ff541b73aea8c60a14925ff5796af
parentc5e8684b5a2f3400af6d7a3edcaeb3ce8ffc51b5
Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)

On uclibc and MacOS we don't use versioned symbols. Hence,
there's no definition for fuse_session_loop_mt on those cases
and the linker won't be able to resolve calls to fuse_session_loop_mt()

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
include/fuse_lowlevel.h
lib/fuse_versionscript