aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_versionscript
diff options
context:
space:
mode:
authorBernd Schubert <bernd@bsbernd.com>2025-01-04 20:29:18 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-01-06 13:40:18 +0100
commit1c58dc6c0e4001334b20290d24d20cec9f81e638 (patch)
treeec1b8405451a8d6189656d4b8dd5925b302441ba /lib/fuse_versionscript
parent0636f1fd5bf4c88f0fe04166c906a95a53837c35 (diff)
downloadlibfuse-1c58dc6c0e4001334b20290d24d20cec9f81e638.tar.gz
Avoid global declarion of internal functions that are new in 3.17
_fuse_new() is not supposed to be called by external users outside of internal functions or static inlined functions. This also removes several functions from lib/fuse_versionscript which where added and exported by commit 58f85bfa9b7d ("Add in the libfuse version a program...) as these are libfuse internal only. Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Diffstat (limited to 'lib/fuse_versionscript')
-rw-r--r--lib/fuse_versionscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript
index 14cbca1..f20e2b4 100644
--- a/lib/fuse_versionscript
+++ b/lib/fuse_versionscript
@@ -189,11 +189,11 @@ FUSE_3.12 {
FUSE_3.17 {
global:
+#if !defined(LIBFUSE_BUILT_WITH_VERSIONED_SYMBOLS)
_fuse_session_new_317;
- _fuse_new;
- _fuse_new_30;
_fuse_new_317;
fuse_main_real_317;
+#endif
fuse_passthrough_open;
fuse_passthrough_close;
fuse_session_custom_io_30;