summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2013-03-22 19:57:07 +0100
committerPino Toscano <toscano.pino@tiscali.it>2013-03-22 19:57:07 +0100
commitaa1e153d4763f08774af6c5d8bb28769d5e77201 (patch)
treed45538237ef13599e708fc900b746d8740b113fe
parent6fd38dc92560739965f9039f1306e8dc1a092744 (diff)
Add a FUSE_SYMVER macro
Introduce a FUSE_SYMVER macro which, much like its equivalent implementation in FUSE, will be used to easily add and track .symver aliases. * src/fuse_i.h (FUSE_SYMVER): New macro.
-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;