summaryrefslogtreecommitdiffstats
path: root/libdwelf/dwelf_elf_begin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdwelf/dwelf_elf_begin.c')
-rw-r--r--libdwelf/dwelf_elf_begin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdwelf/dwelf_elf_begin.c b/libdwelf/dwelf_elf_begin.c
index c7d63a1c..c3cfe633 100644
--- a/libdwelf/dwelf_elf_begin.c
+++ b/libdwelf/dwelf_elf_begin.c
@@ -36,6 +36,7 @@
#include <unistd.h>
+NEW_VERSION (dwelf_elf_begin, ELFUTILS_0.177)
Elf *
dwelf_elf_begin (int fd)
{
@@ -61,4 +62,3 @@ dwelf_elf_begin (int fd)
return NULL;
}
OLD_VERSION (dwelf_elf_begin, ELFUTILS_0.175)
-NEW_VERSION (dwelf_elf_begin, ELFUTILS_0.177)