diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.c b/lib/error.c index 676ce1d68..ffa54c396 100644 --- a/lib/error.c +++ b/lib/error.c @@ -232,7 +232,7 @@ error_at_line (status, errnum, file_name, line_number, message, va_alist) ++error_message_count; if (errnum) { -#if defined HAVE_STRERROR_R || defined _LIBC +#if defined HAVE_STRERROR_R || _LIBC char errbuf[1024]; # if HAVE_WORKING_STRERROR_R || _LIBC fprintf (stderr, ": %s", __strerror_r (errnum, errbuf, sizeof errbuf)); |