Skip to content

Commit

Permalink
remove old uclibc hack
Browse files Browse the repository at this point in the history
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 <rosenp@gmail.com>
  • Loading branch information
neheb authored and Nikratio committed Oct 29, 2020
1 parent 0105e06 commit 4ebb018
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/fuse_misc.h
Expand Up @@ -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
Expand Down

0 comments on commit 4ebb018

Please sign in to comment.