projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538bb15
)
Define HAVE_STRERROR.
author
Michael Meissner
<meissner@gcc.gnu.org>
Mon, 24 Feb 1997 22:41:37 +0000
(22:41 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/gcc/config/rs6000/xm-sysv4.h
b/gcc/config/rs6000/xm-sysv4.h
index 4e8ee79cbd4f8f5d80859835d7eb6ebba0d44fb9..5283dfcf98a99266bc1d4b00c15361b449720c18 100644
(file)
--- 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 ();