aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-08 21:44:14 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-08 21:44:14 +0000
commit683bf9b55dae6f11e5915b36e3c0ffa80cf2f245 (patch)
treebebdb4714bf7f0c0f39cf0ba6a9aea7424f4108d /gdb/config
parenta2ca98b6bb977ddfde7e16fb1f25a70b48125a12 (diff)
downloadgdb-683bf9b55dae6f11e5915b36e3c0ffa80cf2f245.zip
gdb-683bf9b55dae6f11e5915b36e3c0ffa80cf2f245.tar.gz
gdb-683bf9b55dae6f11e5915b36e3c0ffa80cf2f245.tar.bz2
* config/m68k/xm-news.h: add "extern int errno".
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/m68k/xm-news.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/m68k/xm-news.h b/gdb/config/m68k/xm-news.h
index 147063d..c3d8c9e 100644
--- a/gdb/config/m68k/xm-news.h
+++ b/gdb/config/m68k/xm-news.h
@@ -47,6 +47,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* NewsOS 3 apparently dies on large alloca's -- roland@ai.mit.edu. */
#define BROKEN_LARGE_ALLOCA
+/* NewsOS 3.3 does not define errno in <errno.h>. */
+extern int errno;
/* Interface definitions for kernel debugger KDB. */