From: Jan Beulich Date: Thu, 24 Jun 2021 14:39:55 +0000 (+0200) Subject: libxencall: drop bogus mentioning of xencall6() X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~391 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ffbed8681a0ab203535ab1e13c48f18ecdba907;p=xen.git libxencall: drop bogus mentioning of xencall6() 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 Acked-by: Ian Jackson Reviewed-by: Andrew Cooper --- diff --git a/tools/libs/call/libxencall.map b/tools/libs/call/libxencall.map index ad7518b0e0..d18a3174e9 100644 --- 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;