summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2013-03-22 19:22:54 +0100
committerPino Toscano <toscano.pino@tiscali.it>2013-03-22 19:22:54 +0100
commit11664d791234eda1367ae7073f534aff7a623066 (patch)
tree82adb016032cee6c369f480cfe9dd688abd9ae5c
parentd11c83ecc49830dd2caf7e8aa70e9e6dad7922e3 (diff)
version script: export the netfs symbols
Change the linked version script to export the netfs_* symbols, needed by libnetfs. A "libfuse" tag was needed because of recent binutils not supporting anonymous tags [1]; on the other hand, this gives no issues. [1] http://sourceware.org/bugzilla/show_bug.cgi?id=12548 * src/fuse_versionscript (libfuse: global): New version set. Add netfs_* symbols here.
-rw-r--r--src/fuse_versionscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fuse_versionscript b/src/fuse_versionscript
index 99271584e..95e0d8708 100644
--- a/src/fuse_versionscript
+++ b/src/fuse_versionscript
@@ -1,3 +1,8 @@
+libfuse {
+ global:
+ netfs_*;
+};
+
FUSE_2.2 {
global:
fuse_destroy;