diff options
| author | Mark Wielaard <[email protected]> | 2023-08-28 20:23:41 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2023-08-28 20:23:41 +0200 |
| commit | 09e61a65953ed814d9e970f7f9ffb9c2d8cda477 (patch) | |
| tree | 6bb8362ffe7db671941f7abf00e6d03f8f4d4117 /libelf | |
| parent | 27a84961f7a061b83f10f7e02bf433c229d6537a (diff) | |
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 <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libelf')
| -rw-r--r-- | libelf/libelf.map | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libelf/libelf.map b/libelf/libelf.map index 10dc5059..25760bc4 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; |
