[!HAVE_DECL_STRERROR_R]: Declare strerror_r.

This commit is contained in:
Jim Meyering 2000-06-24 12:01:03 +00:00
parent a2d975a44d
commit 5061035e88

View File

@ -49,6 +49,13 @@ void exit ();
#include "error.h"
#ifndef HAVE_DECL_STRERROR_R
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL_STRERROR_R
char *strerror_r ();
#endif
#ifndef _
# define _(String) String
#endif