projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f02d1e
)
libxencall: drop bogus mentioning of xencall6()
author
Jan Beulich
<jbeulich@suse.com>
Thu, 24 Jun 2021 14:39:55 +0000
(16:39 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 24 Jun 2021 14:39:55 +0000
(16:39 +0200)
There's no xencall6(), so the version script also shouldn't mention it.
If such a function would ever appear, it shouldn't land in version 1.0.
No change to the generated binary, nor abi-dumper's view of the object.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Jackson <iwj@xenproject.org>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libs/call/libxencall.map
patch
|
blob
|
history
diff --git
a/tools/libs/call/libxencall.map
b/tools/libs/call/libxencall.map
index ad7518b0e019114c74e8ef9c790e77f387496ba6..d18a3174e9dceb09af883480d8fa87524a28e881 100644
(file)
--- a/
tools/libs/call/libxencall.map
+++ b/
tools/libs/call/libxencall.map
@@
-9,7
+9,6
@@
VERS_1.0 {
xencall3;
xencall4;
xencall5;
- xencall6;
xencall_alloc_buffer;
xencall_free_buffer;