mizhka cc1f74e813 [libthr] revert change of visibility of _thread_keytable to unbreak debugger
Fix regression by r318539. The sysutils/pstack uses library libthread_db to
read information about threads state. The function pt_ta_new makes lookup of
several key symbols including _thread_keytable. But r318539 mades this field
static. It causes silent ignore of libthr library by pstack and as result
sysutils/pstack doesn't output any thread information.

This fix changes this field back to non-static.

MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D11738
2017-10-02 20:33:16 +00:00
..
2017-05-19 13:04:05 +00:00
2017-05-26 15:53:27 +00:00
2017-03-19 00:51:12 +00:00
2017-05-19 13:04:05 +00:00
2017-05-19 13:04:05 +00:00