You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable FUSE_SYMVER macros on MacOSX
MachO format does not support symbol versions.
Instead of putting __APPLE__ around FUSE_SYMVER just disable the macros itself,
this reduces code delta with upstream libfuse.