aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuse_misc.h')
-rw-r--r--lib/fuse_misc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/fuse_misc.h b/lib/fuse_misc.h
index eedf0e0..8b76775 100644
--- a/lib/fuse_misc.h
+++ b/lib/fuse_misc.h
@@ -6,20 +6,8 @@
See the file COPYING.LIB
*/
-#include "config.h"
#include <pthread.h>
-/*
- 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__))
-#define FUSE_SYMVER(x) __asm__(x)
-#else
-#define FUSE_SYMVER(x)
-#endif
-
#ifndef USE_UCLIBC
#define fuse_mutex_init(mut) pthread_mutex_init(mut, NULL)
#else