about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-11-06 20:15:40 +0000
committerUlrich Drepper <drepper@redhat.com>2001-11-06 20:15:40 +0000
commitdd7a9e89f4309f5975b78975916c56a00bae4ead (patch)
tree41ceedbdc13b0088917c6b4449f75d4b78466fe9 /sysdeps
parentb1ac1b8c3c4044682469794f40d989fe0ca936b0 (diff)
downloadglibc-dd7a9e89f4309f5975b78975916c56a00bae4ead.tar.gz
glibc-dd7a9e89f4309f5975b78975916c56a00bae4ead.tar.xz
glibc-dd7a9e89f4309f5975b78975916c56a00bae4ead.zip
(DL_DEBUG_HELP): New macro.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/ldsodefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index fd4d992253..64e5a16b6b 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -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;