From 91f6762edfb311fc80e8c6953f02095dcbbfe888 Mon Sep 17 00:00:00 2001 From: Krister Walfridsson Date: Sun, 15 Jul 2007 23:13:05 +0200 Subject: natGCInfo.cc: Use HAVE_STRERROR_R. 2007-07-14 Krister Walfridsson * 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 --- libjava/include/config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/include') 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 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 header file. */ #undef HAVE_STRINGS_H -- cgit v1.1