diff options
Diffstat (limited to 'nptl_db/structs.def')
-rw-r--r-- | nptl_db/structs.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl_db/structs.def b/nptl_db/structs.def index c8b31bb7f5..b17a628e0a 100644 --- a/nptl_db/structs.def +++ b/nptl_db/structs.def @@ -51,8 +51,8 @@ DB_STRUCT_FIELD (td_eventbuf_t, eventdata) DB_SYMBOL (stack_used) DB_SYMBOL (__stack_user) DB_SYMBOL (nptl_version) -DB_SYMBOL (__nptl_create_event) -DB_SYMBOL (__nptl_death_event) +DB_FUNCTION (__nptl_create_event) +DB_FUNCTION (__nptl_death_event) DB_SYMBOL (__nptl_threads_events) DB_VARIABLE (__nptl_nthreads) DB_VARIABLE (__nptl_last_event) |