diff options
Diffstat (limited to 'libdwfl/core-file.c')
| -rw-r--r-- | libdwfl/core-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdwfl/core-file.c b/libdwfl/core-file.c index 324e9d2d..bbe0899d 100644 --- a/libdwfl/core-file.c +++ b/libdwfl/core-file.c @@ -588,7 +588,7 @@ dwfl_core_file_report (Dwfl *dwfl, Elf *elf, const char *executable) INTDEF (dwfl_core_file_report) NEW_VERSION (dwfl_core_file_report, ELFUTILS_0.158) -#ifdef SHARED +#ifdef SYMBOL_VERSIONING int _compat_without_executable_dwfl_core_file_report (Dwfl *dwfl, Elf *elf); COMPAT_VERSION_NEWPROTO (dwfl_core_file_report, ELFUTILS_0.146, without_executable) |
