diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2010-12-05 08:06:25 +0000 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2010-12-05 09:06:25 +0100 |
commit | ec692d5f108e2f485e1aa8c6d7760af9fb32ab6e (patch) | |
tree | b83482850bc80775ca54aa8c43f57a164d38d68b /lto-plugin/config.h.in | |
parent | e7abfe07eeb03485efb146e40cbece2d55dcdbc0 (diff) | |
download | gcc-ec692d5f108e2f485e1aa8c6d7760af9fb32ab6e.tar.gz |
config.h.in: Regenerated.
2010-12-05 Kai Tietz <kai.tietz@onevision.com>
* config.h.in: Regenerated.
* configure: Regenerated.
* configure.ac (AC_CHECK_HEADERS): Replaced by AC_HEADER_SYS_WAIT.
* lto-plugin.c (WIFEXITED): Define default.
(WEXITSTATUS): Likeiwse.
From-SVN: r167468
Diffstat (limited to 'lto-plugin/config.h.in')
-rw-r--r-- | lto-plugin/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lto-plugin/config.h.in b/lto-plugin/config.h.in index 247b3447d1e..a591ccc7b36 100644 --- a/lto-plugin/config.h.in +++ b/lto-plugin/config.h.in @@ -27,7 +27,7 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H -/* Define to 1 if you have the <sys/wait.h> header file. */ +/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the <unistd.h> header file. */ |