diff options
author | kristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-15 21:13:05 +0000 |
---|---|---|
committer | kristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-15 21:13:05 +0000 |
commit | 69590b5afd0732c3e3f2225419d73a97ffdedd33 (patch) | |
tree | 4c910b3e0c78f4cb073f597ecddbeaf9b8d5b551 /libjava/include/config.h.in | |
parent | 54b0551a36a74c1eb4d5af65e2dd5c107120383c (diff) | |
download | gcc-69590b5afd0732c3e3f2225419d73a97ffdedd33.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126660 138bc75d-0d04-0410-961f-82ee72b054a4
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 e4948b37d73..b47f248686e 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 |