aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-04-04 12:35:00 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-04-04 12:35:00 -0500
commit5f79ec0ec0b429892d6492a18238924fc4875431 (patch)
treea89924357e40f79565e1684aa2e941745402dfee
parent7fb04be124d79378c83b1d6189f8b928d91ed695 (diff)
downloadgcc-5f79ec0ec0b429892d6492a18238924fc4875431.zip
gcc-5f79ec0ec0b429892d6492a18238924fc4875431.tar.gz
gcc-5f79ec0ec0b429892d6492a18238924fc4875431.tar.bz2
Include thr.h, not thread.h.
From-SVN: r11665
-rw-r--r--gcc/objc/objc-api.h2
-rw-r--r--gcc/objc/runtime.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/objc/objc-api.h b/gcc/objc/objc-api.h
index 851cf2b..6892106 100644
--- a/gcc/objc/objc-api.h
+++ b/gcc/objc/objc-api.h
@@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */
#include "objc/objc.h"
#include "objc/hash.h"
-#include "objc/thread.h"
+#include "objc/thr.h"
#include <stdio.h>
/* For functions which return Method_t */
diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h
index 23c292f..f298ef4 100644
--- a/gcc/objc/runtime.h
+++ b/gcc/objc/runtime.h
@@ -37,10 +37,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "objc/objc.h" /* core data types */
#include "objc/objc-api.h" /* runtime api functions */
-#include "objc/thread.h" /* thread and mutex support */
+#include "objc/thr.h" /* thread and mutex support */
#include "objc/hash.h" /* hash structures */
-#include "objc/objc-list.h" /* linear lists */
+#include "objc/objc-list.h" /* linear lists */
extern void __objc_add_class_to_hash(Class); /* (objc-class.c) */
extern void __objc_init_selector_tables(); /* (objc-sel.c) */