(DL_DEBUG_HELP): New macro.

This commit is contained in:
Ulrich Drepper 2001-11-06 20:15:40 +00:00
parent b1ac1b8c3c
commit dd7a9e89f4
1 changed files with 2 additions and 0 deletions

View File

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