aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse.c
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-07-19 18:47:51 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2012-07-19 18:47:51 +0200
commit966d97b1f816a6092e90f3249fbddf861217b636 (patch)
treeaf5c7e43f2f8f7fd3ab62370175737602d79cad7 /lib/fuse.c
parent2b4b5cc5449264448bce77bfb6788f1b675bf2fd (diff)
downloadlibfuse-966d97b1f816a6092e90f3249fbddf861217b636.tar.gz
Remove old symbol versions
Diffstat (limited to 'lib/fuse.c')
-rw-r--r--lib/fuse.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/fuse.c b/lib/fuse.c
index 3c7f642..9f8a116 100644
--- a/lib/fuse.c
+++ b/lib/fuse.c
@@ -4284,7 +4284,6 @@ struct fuse_context *fuse_get_context_compat22(void)
{
return &fuse_get_context_internal()->ctx;
}
-FUSE_SYMVER(".symver fuse_get_context_compat22,fuse_get_context@FUSE_2.2");
int fuse_getgroups(int size, gid_t list[])
{
@@ -4814,13 +4813,6 @@ struct fuse *fuse_new_compat1(int fd, int flags,
11);
}
-FUSE_SYMVER(".symver fuse_exited,__fuse_exited@");
-FUSE_SYMVER(".symver fuse_process_cmd,__fuse_process_cmd@");
-FUSE_SYMVER(".symver fuse_read_cmd,__fuse_read_cmd@");
-FUSE_SYMVER(".symver fuse_set_getcontext_func,__fuse_set_getcontext_func@");
-FUSE_SYMVER(".symver fuse_new_compat2,fuse_new@");
-FUSE_SYMVER(".symver fuse_new_compat22,fuse_new@FUSE_2.2");
-
#endif /* __FreeBSD__ || __NetBSD__ */
struct fuse *fuse_new_compat25(int fd, struct fuse_args *args,
@@ -4830,5 +4822,3 @@ struct fuse *fuse_new_compat25(int fd, struct fuse_args *args,
return fuse_new_common_compat25(fd, args, (struct fuse_operations *) op,
op_size, 25);
}
-
-FUSE_SYMVER(".symver fuse_new_compat25,fuse_new@FUSE_2.5");