]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libelf: Remove elf_scncnt from libelf.map
authorMark Wielaard <mark@klomp.org>
Mon, 28 Aug 2023 18:23:41 +0000 (20:23 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 28 Aug 2023 18:23:41 +0000 (20:23 +0200)
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 <kocelfc@tutanota.com>
Signed-off-by: Mark Wielaard <mark@klomp.org>
libelf/libelf.map

index 10dc5059e4d430f876b38e53cc25b454d598f9ad..25760bc4323884f3648125a98614c3c81afeac43 100644 (file)
@@ -50,7 +50,6 @@ ELFUTILS_1.0 {
     elf_rand;
     elf_rawdata;
     elf_rawfile;
-    elf_scncnt;
     elf_strptr;
     elf_update;
     elf_version;