Michael Zhilin 37a6f46190 [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-10-01 00:40:23 +00:00
2017-02-28 23:42:47 +00:00
2017-08-02 09:00:59 +00:00
MFH
2016-04-04 23:55:32 +00:00
2016-11-11 23:28:07 +00:00
2017-09-17 19:14:38 +00:00
2016-11-20 06:10:12 +00:00
MFH
2016-04-13 16:19:50 +00:00
2017-02-14 13:35:59 +00:00
2017-08-03 18:07:01 +00:00
2017-02-28 23:42:47 +00:00
2017-07-10 14:59:21 +00:00