* config/m68k/xm-news.h: add "extern int errno".

This commit is contained in:
Jim Kingdon 1993-06-08 21:44:14 +00:00
parent a2ca98b6bb
commit 683bf9b55d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
* config/m68k/xm-news.h: add "extern int errno".
Tue Jun 8 13:45:07 1993 K. Richard Pixley (rich@sendai.cygnus.com)
* remove-vx.c (vx_read_register, vx_write_register): collapse

View File

@ -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. */