Define _libthr_debug for use by libthread_db.

This commit is contained in:
Marcel Moolenaar 2004-07-18 04:23:30 +00:00
parent 3271031518
commit 7ea419c0cf

View File

@ -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