Define _libthr_debug for use by libthread_db.
This commit is contained in:
parent
3271031518
commit
7ea419c0cf
@ -741,6 +741,15 @@ SCLASS volatile int _spinblock_count
|
||||
#endif
|
||||
;
|
||||
|
||||
/*
|
||||
* libthread_db.so support.
|
||||
*/
|
||||
SCLASS int _libthr_debug
|
||||
#ifdef GLOBAL_PTHREAD_PRIVATE
|
||||
= 0
|
||||
#endif
|
||||
;
|
||||
|
||||
/* Undefine the storage class specifier: */
|
||||
#undef SCLASS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user