projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8341df3
)
(__objc_thread_exit_status): Declare global variable.
author
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 7 Jun 1996 23:21:30 +0000
(19:21 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 7 Jun 1996 23:21:30 +0000
(19:21 -0400)
From-SVN: r12219
gcc/objc/thr.h
patch
|
blob
|
history
diff --git
a/gcc/objc/thr.h
b/gcc/objc/thr.h
index 3bd1a0b47330550f85c82b5ae30f481b9b2a2870..9cc81f531d977fa565f6fc6355f47b1868315393 100644
(file)
--- 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.
*/