projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
555d6b5
)
Fix ambiguous symbol version for fuse_chan_new
author
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 28 Sep 2010 18:04:02 +0000
(20:04 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 28 Sep 2010 18:04:02 +0000
(20:04 +0200)
fuse_versionscript included fuse_chan_new in both FUSE_2.4 and
FUSE_2.6. Remove the FUSE_2.4, which is invalid.
Reported by Raymes Khoury, who discovered this with the gold linker
lib/fuse_versionscript
patch
|
blob
|
history
diff --git
a/lib/fuse_versionscript
b/lib/fuse_versionscript
index bd0186dcf2769f895c8c9288db41d38569527e35..860c403692c06887d475a51f25b32b6de8f04a1c 100644
(file)
--- a/
lib/fuse_versionscript
+++ b/
lib/fuse_versionscript
@@
-27,7
+27,6
@@
FUSE_2.4 {
fuse_chan_data;
fuse_chan_destroy;
fuse_chan_fd;
- fuse_chan_new;
fuse_chan_receive;
fuse_chan_send;
fuse_chan_session;