summaryrefslogtreecommitdiff
path: root/nptl_db/thread_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl_db/thread_db.h')
-rw-r--r--nptl_db/thread_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl_db/thread_db.h b/nptl_db/thread_db.h
index abb95df3fb..540c318872 100644
--- a/nptl_db/thread_db.h
+++ b/nptl_db/thread_db.h
@@ -108,7 +108,7 @@ struct link_map;
#define TD_EVENTSIZE 2
#define BT_UISHIFT 5 /* log base 2 of BT_NBIPUI, to extract word index */
-#define BT_NBIPUI (1 << BT_UISHIFT) /* n bits per uint */
+#define BT_NBIPUI (1 << BT_UISHIFT) /* n bits per unsigned int */
#define BT_UIMASK (BT_NBIPUI - 1) /* to extract bit index */
/* Bitmask of enabled events. */