Skip to content

Define fuse_session_loop_mt as a macro on uclibc and MacOS#532

Merged
Nikratio merged 3 commits into
libfuse:masterfrom
asafkahlon:bugfix/fuse_session_loop_mt_as_macro
Aug 9, 2020
Merged

Define fuse_session_loop_mt as a macro on uclibc and MacOS#532
Nikratio merged 3 commits into
libfuse:masterfrom
asafkahlon:bugfix/fuse_session_loop_mt_as_macro

Conversation

@asafkahlon
Copy link
Copy Markdown
Contributor

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

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>
Comment thread include/fuse_lowlevel.h Outdated
* expected to properly handle the O_APPEND flag and ensure
* that each write is appending to the end of the file.
*
*
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spurious, unrelated space cleanup. Ditto below.

Comment thread lib/fuse_versionscript Outdated
global:
fuse_session_loop_mt;
fuse_session_loop_mt_31;
fuse_session_loop_mt_32;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lines around use leading TABs, not spaces.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
@asafkahlon
Copy link
Copy Markdown
Contributor Author

@yann-morin-1998 fixed your comments, thanks.

@Nikratio Nikratio merged commit 7b3e389 into libfuse:master Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants