summaryrefslogtreecommitdiff
path: root/src/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse_i.h')
-rw-r--r--src/fuse_i.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fuse_i.h b/src/fuse_i.h
index 922a64466..640a042b7 100644
--- a/src/fuse_i.h
+++ b/src/fuse_i.h
@@ -47,6 +47,8 @@ extern struct fuse *libfuse_fuse;
#define NN_INFO_APPLY(node,key) (node)->nn->info.info25.key
+#define FUSE_SYMVER(x) __asm__(x)
+
extern __thread struct fuse_context *libfuse_ctx;