diff options
author | Krister Walfridsson <cato@df.lth.se> | 2007-07-15 23:13:05 +0200 |
---|---|---|
committer | Krister Walfridsson <kristerw@gcc.gnu.org> | 2007-07-15 21:13:05 +0000 |
commit | 91f6762edfb311fc80e8c6953f02095dcbbfe888 (patch) | |
tree | 4c910b3e0c78f4cb073f597ecddbeaf9b8d5b551 /libjava/include/config.h.in | |
parent | 945e62ddd5b70ef9dc2f5def07171dbde555f337 (diff) | |
download | gcc-91f6762edfb311fc80e8c6953f02095dcbbfe888.zip gcc-91f6762edfb311fc80e8c6953f02095dcbbfe888.tar.gz gcc-91f6762edfb311fc80e8c6953f02095dcbbfe888.tar.bz2 |
natGCInfo.cc: Use HAVE_STRERROR_R.
2007-07-14 Krister Walfridsson <cato@df.lth.se>
* gnu/gcj/util/natGCInfo.cc: Use HAVE_STRERROR_R.
* configure.ac: Remove check for strerror, add check for strerror_r.
* configure: Regenerate.
* include/config.h.in: Regenerate.
From-SVN: r126660
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r-- | libjava/include/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index e4948b3..b47f248 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -250,8 +250,8 @@ /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `strerror' function. */ -#undef HAVE_STRERROR +/* Define to 1 if you have the `strerror_r' function. */ +#undef HAVE_STRERROR_R /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H |