diff options
author | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-10 07:11:44 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-10 07:11:44 +0000 |
commit | 4f245f216151eb5b3ba1ea8f9a940619cc2b73a1 (patch) | |
tree | 5b9d8cf9d347b603fe7ef82976e92f81cdc61669 /gcc | |
parent | 1a46ef5eec490cef0e68047b515d5283aefa3c9d (diff) | |
download | gcc-4f245f216151eb5b3ba1ea8f9a940619cc2b73a1.zip gcc-4f245f216151eb5b3ba1ea8f9a940619cc2b73a1.tar.gz gcc-4f245f216151eb5b3ba1ea8f9a940619cc2b73a1.tar.bz2 |
gthr-posix.h: Include auto-host.h.
Thu Aug 10 00:11:04 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
* gthr-posix.h: Include auto-host.h. Conditionally include
<sched.h>.
* configure.in: Check for the <sched.h> header file.
* config.in: Added define for HAVE_SCHED_H.
From-SVN: r35600
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ff8a18..0f8a523 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Thu Aug 10 00:11:04 2000 Ovidiu Predescu <ovidiu@cup.hp.com> + + * gthr-posix.h: Include auto-host.h. Conditionally include + <sched.h>. + * configure.in: Check for the <sched.h> header file. + * config.in: Added define for HAVE_SCHED_H. + 2000-08-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * c-typeck.c (process_init_element): For -Wtraditional, warn about |