summaryrefslogtreecommitdiff
path: root/gcc/gthr-posix.h
diff options
context:
space:
mode:
authorovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-11 05:51:12 +0000
committerovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-11 05:51:12 +0000
commit8dbc843085c50dc16cf5341e4386b426f71dce56 (patch)
treeb93d0c2aff93933f05a8b3cc11f05df6b299b6d3 /gcc/gthr-posix.h
parent96dfd25b5401a0b836c8e8519dc36b91ad0e39d8 (diff)
downloadgcc-8dbc843085c50dc16cf5341e4386b426f71dce56.tar.gz
Reverted the check for <sched.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35620 138bc75d-0d04-0410-961f-82ee72b054a4
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;