diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-05 08:06:25 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-05 08:06:25 +0000 |
commit | 13ac7a0f8ccbc9b5c1edb8e23ff43d62b0ba0534 (patch) | |
tree | b83482850bc80775ca54aa8c43f57a164d38d68b /lto-plugin/config.h.in | |
parent | ce38b977813a2f7f83673c183c9f4924f18a2547 (diff) | |
download | gcc-13ac7a0f8ccbc9b5c1edb8e23ff43d62b0ba0534.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167468 138bc75d-0d04-0410-961f-82ee72b054a4
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. */ |