Commit 431c5c47 by Michael Meissner

Define HAVE_STRERROR.

From-SVN: r13675
parent 538bb158
...@@ -59,6 +59,9 @@ extern char *alloca (); ...@@ -59,6 +59,9 @@ extern char *alloca ();
/* Solaris has a different declaration of sys_siglist than collect uses. */ /* Solaris has a different declaration of sys_siglist than collect uses. */
#define DONT_DECLARE_SYS_SIGLIST #define DONT_DECLARE_SYS_SIGLIST
/* We have STRERROR */
#define HAVE_STRERROR
#ifdef __PPC__ #ifdef __PPC__
#ifndef __STDC__ #ifndef __STDC__
extern char *malloc (), *realloc (), *calloc (); extern char *malloc (), *realloc (), *calloc ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment