From 267e36967ecd5c17683b9a6cf230a6ce8fb81371 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Mar 1998 00:16:45 +0000 Subject: Update. 1998-03-09 Ulrich Drepper * elf/dl-support.c: Add definition of _dl_debug_impcalls. --- elf/dl-support.c | 1 + 1 file changed, 1 insertion(+) (limited to 'elf/dl-support.c') diff --git a/elf/dl-support.c b/elf/dl-support.c index 29a16d2..797cc99 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; -- cgit v1.1