1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-27 19:22:00 +03:00

(DL_DEBUG_HELP): New macro.

This commit is contained in:
Ulrich Drepper
2001-11-06 20:15:40 +00:00
parent b1ac1b8c3c
commit dd7a9e89f4

View File

@@ -204,6 +204,8 @@ extern int _dl_debug_mask;
#define DL_DEBUG_RELOC (1 << 5) #define DL_DEBUG_RELOC (1 << 5)
#define DL_DEBUG_FILES (1 << 6) #define DL_DEBUG_FILES (1 << 6)
#define DL_DEBUG_STATISTICS (1 << 7) #define DL_DEBUG_STATISTICS (1 << 7)
/* This one is used only internally. */
#define DL_DEBUG_HELP (1 << 8)
/* Expect cache ID. */ /* Expect cache ID. */
extern int _dl_correct_cache_id; extern int _dl_correct_cache_id;