From: Mark Wielaard Date: Mon, 28 Aug 2023 18:23:41 +0000 (+0200) Subject: libelf: Remove elf_scncnt from libelf.map X-Git-Tag: elfutils-0.190~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09e61a65953ed814d9e970f7f9ffb9c2d8cda477;p=thirdparty%2Felfutils.git libelf: Remove elf_scncnt from libelf.map elf_scncnt was never implemented. It was probably an old name for elf_getshnum (which was the deprecated name of the elf_getshdrnum alias). Just remove it from the map file * libelf/libelf.map (ELFUTILS_1.0): Remove elf_scncnt. https://sourceware.org/bugzilla/show_bug.cgi?id=30729 Reported-by: Kostadin Shishmanov Signed-off-by: Mark Wielaard --- diff --git a/libelf/libelf.map b/libelf/libelf.map index 10dc5059e..25760bc43 100644 --- a/libelf/libelf.map +++ b/libelf/libelf.map @@ -50,7 +50,6 @@ ELFUTILS_1.0 { elf_rand; elf_rawdata; elf_rawfile; - elf_scncnt; elf_strptr; elf_update; elf_version;