aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-02-24 22:41:37 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-02-24 22:41:37 +0000
commit6bd657841768ef1e88905c5d9bea06b90753ddea (patch)
treed94f6690fede13f0a1cd9265ee5a1397e50c126a /gcc/config/rs6000
parent2522c6d4bf206b91e102f1059382b0b223e5f717 (diff)
Define HAVE_STRERROR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000')
-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 ();