(HAVE_STRERROR): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 7 Oct 1994 23:10:25 +0000 (19:10 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 7 Oct 1994 23:10:25 +0000 (19:10 -0400)
From-SVN: r8240

gcc/config/xm-gnu.h

index feeb306b8f2344adfa8765bd1fe7b4a46b1f4c4a..b093de55615a7d649b893765a336074bdbdc9f2e 100644 (file)
@@ -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. */