(__objc_thread_exit_status): Declare global variable.
From-SVN: r12219
This commit is contained in:
parent
8341df325a
commit
7cc5b18f7b
@ -40,6 +40,11 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "objc/objc.h"
|
||||
|
||||
/*************************************************************************
|
||||
* Universal static variables:
|
||||
*/
|
||||
extern int __objc_thread_exit_status; /* Global exit status. */
|
||||
|
||||
/********
|
||||
* Thread safe implementation types and functions.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user