1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
1998-03-09  Ulrich Drepper  <drepper@cygnus.com>

	* elf/dl-support.c: Add definition of _dl_debug_impcalls.
This commit is contained in:
Ulrich Drepper
1998-03-09 00:16:45 +00:00
parent b4debac9cc
commit 267e36967e
2 changed files with 5 additions and 0 deletions

View File

@ -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;