diff options
Diffstat (limited to 'nptl_db')
-rw-r--r-- | nptl_db/structs.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl_db/structs.def b/nptl_db/structs.def index ec72ef102a..5b905e20cc 100644 --- a/nptl_db/structs.def +++ b/nptl_db/structs.def @@ -74,7 +74,7 @@ DB_STRUCT_FIELD (link_map, l_tls_modid) DB_STRUCT_ARRAY_FIELD (dtv, dtv) #define pointer_val pointer.val /* Field of anonymous struct in dtv_t. */ DB_STRUCT_FIELD (dtv_t, pointer_val) -#if !defined IS_IN_libpthread || TLS_TCB_AT_TP +#if !IS_IN (libpthread) || TLS_TCB_AT_TP DB_STRUCT_FIELD (pthread, dtvp) #endif |