diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 29a16d2d5c..797cc99de5 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -36,6 +36,7 @@ const char *_dl_rpath = DEFAULT_RPATH; const char *_dl_platform; size_t _dl_platformlen; int _dl_debug_libs; +int _dl_debug_impcalls; /* If nonzero print warnings about problematic situations. */ int _dl_verbose; |