From 4b48731a0df492d05be093582edacc6e6ab05f1b Mon Sep 17 00:00:00 2001 From: Ovidiu Predescu Date: Fri, 11 Aug 2000 05:51:12 +0000 Subject: [PATCH] Reverted the check for . From-SVN: r35620 --- gcc/ChangeLog | 7 +++++++ gcc/config.in | 3 --- gcc/configure | 2 +- gcc/configure.in | 2 +- gcc/gthr-posix.h | 6 ------ 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 69d87c1c01f..23788386353 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Thu Aug 10 22:47:09 2000 Ovidiu Predescu + + * configure.in: + * configure: + * gthr-posix.h: + * config.in: Reverted the check for . + 2000-08-10 Chris Demetriou * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New diff --git a/gcc/config.in b/gcc/config.in index 877f527b732..85516d193bf 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -237,9 +237,6 @@ /* Define if you have the header file. */ #undef HAVE_NL_TYPES_H -/* Define if you have the header file. */ -#undef HAVE_SCHED_H - /* Define if you have the header file. */ #undef HAVE_STAB_H diff --git a/gcc/configure b/gcc/configure index 05d495dc71f..cc64ac56ee5 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2147,7 +2147,7 @@ fi for ac_hdr in limits.h stddef.h string.h strings.h stdlib.h time.h \ fcntl.h unistd.h stab.h sys/file.h sys/time.h \ sys/resource.h sys/param.h sys/times.h sys/stat.h \ - direct.h malloc.h sched.h + direct.h malloc.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 diff --git a/gcc/configure.in b/gcc/configure.in index 2962e643119..82653038da6 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -401,7 +401,7 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(limits.h stddef.h string.h strings.h stdlib.h time.h \ fcntl.h unistd.h stab.h sys/file.h sys/time.h \ sys/resource.h sys/param.h sys/times.h sys/stat.h \ - direct.h malloc.h sched.h) + direct.h malloc.h) # Check for thread headers. AC_CHECK_HEADER(thread.h, [have_thread_h=yes], [have_thread_h=]) 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 - -#ifdef HAVE_SCHED_H -# include -#endif - /* Key structure for maintaining thread specific storage */ static pthread_key_t _objc_thread_storage; static pthread_attr_t _objc_thread_attribs;