summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-10-07 23:10:25 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-10-07 23:10:25 +0000
commit7ad7dbb5c3051720cd86d925b8d0e551f18b580e (patch)
tree5ddf84856f261a66a13a58e3bc43d9c575c0f3a9
parent28a0624adcd88cac00db554e7e3c1d5ddfb76935 (diff)
downloadgcc-7ad7dbb5c3051720cd86d925b8d0e551f18b580e.tar.gz
(HAVE_STRERROR): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8240 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/xm-gnu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/xm-gnu.h b/gcc/config/xm-gnu.h
index feeb306b8f2..b093de55615 100644
--- a/gcc/config/xm-gnu.h
+++ b/gcc/config/xm-gnu.h
@@ -22,6 +22,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
instead $xm_file should be CPU/xm-gnu.h, which should include both
CPU/xm-CPU.h and this file xm-gnu.h. */
+/* GNU has strerror. */
+#define HAVE_STRERROR
/* Get a definition of O_RDONLY; some of the GCC files don't include this
properly and will define it themselves to be zero. */