mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
(DL_DEBUG_HELP): New macro.
This commit is contained in:
parent
b1ac1b8c3c
commit
dd7a9e89f4
@ -204,6 +204,8 @@ extern int _dl_debug_mask;
|
||||
#define DL_DEBUG_RELOC (1 << 5)
|
||||
#define DL_DEBUG_FILES (1 << 6)
|
||||
#define DL_DEBUG_STATISTICS (1 << 7)
|
||||
/* This one is used only internally. */
|
||||
#define DL_DEBUG_HELP (1 << 8)
|
||||
|
||||
/* Expect cache ID. */
|
||||
extern int _dl_correct_cache_id;
|
||||
|
Loading…
Reference in New Issue
Block a user