mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* thread-db.c (thread_db_free): Fix typo.
This commit is contained in:
@@ -779,7 +779,7 @@ thread_db_free (struct process_info *proc)
|
||||
|
||||
dlclose (thread_db->handle);
|
||||
#else
|
||||
td_thd_events_t events;
|
||||
td_thr_events_t events;
|
||||
|
||||
td_event_fillset (&events);
|
||||
td_ta_clear_event (thread_db->thread_agent, &events);
|
||||
|
||||
Reference in New Issue
Block a user