aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Zissimopoulos <billziss@navimatics.com>2020-01-02 03:06:18 -0800
committerNikolaus Rath <Nikolaus@rath.org>2020-01-02 11:06:18 +0000
commite3dcc2d550afebf9b4386f71294ab01fc1d6299d (patch)
tree31f77556f33b0dd67f5e26c56ab9b22e7069a95b
parent7b993f7450c67baa3b0faed2aceba30a18d244c3 (diff)
downloadlibfuse-e3dcc2d550afebf9b4386f71294ab01fc1d6299d.tar.gz
Fixed an issue with the linker version script. (#483)
Fixes #467.
-rw-r--r--ChangeLog.rst1
-rw-r--r--lib/fuse_versionscript2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 1ca26f4..284015d 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -5,6 +5,7 @@ libfuse 3.10.0 (2019-12-14)
Define FUSE_USE_VERSION < 35 to get old ioctl prototype
with int commands; define FUSE_USE_VERSION >= 35 to get
new ioctl prototype with unsigned int commands.
+* Fixed an issue with the linker version script.
libfuse 3.9.0 (2019-12-14)
==========================
diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript
index 160f11d..235abf4 100644
--- a/lib/fuse_versionscript
+++ b/lib/fuse_versionscript
@@ -165,7 +165,7 @@ FUSE_3.7 {
global:
fuse_set_log_func;
fuse_log;
-} FUSE_3.3;
+} FUSE_3.4;
# Local Variables:
# indent-tabs-mode: t