diff options
author | Bernd Schubert <bernd@bsbernd.com> | 2025-02-08 14:35:46 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-02-10 16:56:45 +0100 |
commit | c49c518f271068f4b562c6c617b6df0550a49dff (patch) | |
tree | 40a86b6de06428c7d280bb04e0cfde9e6f8499f0 /lib/fuse_versionscript | |
parent | 19cb78a7e9854f6a68f0ed0a97e86df8208c4e3e (diff) | |
download | libfuse-c49c518f271068f4b562c6c617b6df0550a49dff.tar.gz |
Rename to fuse_session_new_versioned
Similar previous renames to fuse_main_real_versioned,
but here for the low level fuse_session_new.
Also remove symbol versioned as part of "fuse_session_new"
as that function is not part of the official API/ABI
and to allow easier access with dlopen/dlsym.
Also switch back to a macro fuse_session_new, just in
case some code has some expectations on that.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Diffstat (limited to 'lib/fuse_versionscript')
-rw-r--r-- | lib/fuse_versionscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript index b31453b..2d314c0 100644 --- a/lib/fuse_versionscript +++ b/lib/fuse_versionscript @@ -190,8 +190,8 @@ FUSE_3.12 { FUSE_3.17 { global: fuse_main_real_versioned; + fuse_session_new_versioned; #if !defined(LIBFUSE_BUILT_WITH_VERSIONED_SYMBOLS) - _fuse_session_new_317; _fuse_new_317; #endif fuse_passthrough_open; |