summaryrefslogtreecommitdiff
path: root/gcc/gthr-posix.h
diff options
context:
space:
mode:
authorOvidiu Predescu <ovidiu@cup.hp.com>2000-08-11 05:51:12 +0000
committerOvidiu Predescu <ovidiu@gcc.gnu.org>2000-08-11 05:51:12 +0000
commit4b48731a0df492d05be093582edacc6e6ab05f1b (patch)
treeb93d0c2aff93933f05a8b3cc11f05df6b299b6d3 /gcc/gthr-posix.h
parentbe875f80446dddeb1ce7dd76b8616f41db424b13 (diff)
downloadgcc-4b48731a0df492d05be093582edacc6e6ab05f1b.tar.gz
Reverted the check for <sched.h>.
From-SVN: r35620
Diffstat (limited to 'gcc/gthr-posix.h')
-rw-r--r--gcc/gthr-posix.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h
index 2bbcc35a9f1..364473dbdae 100644
--- a/gcc/gthr-posix.h
+++ b/gcc/gthr-posix.h
@@ -90,12 +90,6 @@ __gthread_active_p (void)
#ifdef _LIBOBJC
-#include <auto-host.h>
-
-#ifdef HAVE_SCHED_H
-# include <sched.h>
-#endif
-
/* Key structure for maintaining thread specific storage */
static pthread_key_t _objc_thread_storage;
static pthread_attr_t _objc_thread_attribs;