(DL_DEBUG_HELP): New macro.
authorUlrich Drepper <drepper@redhat.com>
Tue, 6 Nov 2001 20:15:40 +0000 (20:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 6 Nov 2001 20:15:40 +0000 (20:15 +0000)
sysdeps/generic/ldsodefs.h

index fd4d992..64e5a16 100644 (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;