Define HAVE_STRERROR.
authorMichael Meissner <meissner@gcc.gnu.org>
Mon, 24 Feb 1997 22:41:37 +0000 (22:41 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 24 Feb 1997 22:41:37 +0000 (22:41 +0000)
From-SVN: r13675

gcc/config/rs6000/xm-sysv4.h

index 4e8ee79cbd4f8f5d80859835d7eb6ebba0d44fb9..5283dfcf98a99266bc1d4b00c15361b449720c18 100644 (file)
@@ -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 ();