remove libc_r remanent.
This commit is contained in:
parent
f72bbf974b
commit
210a647b67
@ -41,14 +41,12 @@ struct td_thragent
|
||||
|
||||
static TAILQ_HEAD(, td_thragent) proclist = TAILQ_HEAD_INITIALIZER(proclist);
|
||||
|
||||
extern struct ta_ops libc_r_db_ops;
|
||||
extern struct ta_ops libpthread_db_ops;
|
||||
extern struct ta_ops libthr_db_ops;
|
||||
|
||||
static struct ta_ops *ops[] = {
|
||||
&libpthread_db_ops,
|
||||
&libthr_db_ops,
|
||||
&libc_r_db_ops
|
||||
};
|
||||
|
||||
td_err_e
|
||||
|
Loading…
Reference in New Issue
Block a user