aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/xm-sysv4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/xm-sysv4.h b/gcc/config/rs6000/xm-sysv4.h
index 4e8ee79cbd4..5283dfcf98a 100644
--- a/gcc/config/rs6000/xm-sysv4.h
+++ b/gcc/config/rs6000/xm-sysv4.h
@@ -59,6 +59,9 @@ extern char *alloca ();
/* Solaris has a different declaration of sys_siglist than collect uses. */
#define DONT_DECLARE_SYS_SIGLIST
+/* We have STRERROR */
+#define HAVE_STRERROR
+
#ifdef __PPC__
#ifndef __STDC__
extern char *malloc (), *realloc (), *calloc ();