Commit 7cc5b18f by Richard Kenner

(__objc_thread_exit_status): Declare global variable.

From-SVN: r12219
parent 8341df32
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment