mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
1998-03-09 Ulrich Drepper <drepper@cygnus.com> * elf/dl-support.c: Add definition of _dl_debug_impcalls.
This commit is contained in:
parent
b4debac9cc
commit
267e36967e
@ -1,3 +1,7 @@
|
||||
1998-03-09 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* elf/dl-support.c: Add definition of _dl_debug_impcalls.
|
||||
|
||||
1998-03-08 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user