From: Richard Kenner Date: Fri, 7 Jun 1996 23:21:30 +0000 (-0400) Subject: (__objc_thread_exit_status): Declare global variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7cc5b18f7b70ed7458cd1451cd177b01ed3e5529;p=gcc.git (__objc_thread_exit_status): Declare global variable. From-SVN: r12219 --- diff --git a/gcc/objc/thr.h b/gcc/objc/thr.h index 3bd1a0b4733..9cc81f531d9 100644 --- a/gcc/objc/thr.h +++ b/gcc/objc/thr.h @@ -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. */