libxencall: drop bogus mentioning of xencall6()
authorJan Beulich <jbeulich@suse.com>
Thu, 24 Jun 2021 14:39:55 +0000 (16:39 +0200)
committerJan 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

index ad7518b0e019114c74e8ef9c790e77f387496ba6..d18a3174e9dceb09af883480d8fa87524a28e881 100644 (file)
@@ -9,7 +9,6 @@ VERS_1.0 {
                xencall3;
                xencall4;
                xencall5;
-               xencall6;
 
                xencall_alloc_buffer;
                xencall_free_buffer;