mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* config/m68k/xm-news.h: add "extern int errno".
This commit is contained in:
parent
a2ca98b6bb
commit
683bf9b55d
@ -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
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user