mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-02 15:02:18 +00:00
Change type of sys_errlist[] to match definition in /usr/include/errno.h
This commit is contained in:
parent
c21f1da31c
commit
3f7e239dea
@ -1,3 +1,7 @@
|
||||
Wed Mar 18 10:34:51 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* rdi-share/etherdrv.c: Set sys_errlist[] as char * not const char *.
|
||||
|
||||
Fri Mar 13 15:43:53 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* config/mips/xm-mips.h (CC_HAS_LONG_LONG): Undefine for Ultrix
|
||||
|
@ -80,13 +80,9 @@
|
||||
|
||||
|
||||
#ifndef COMPILING_ON_WINDOWS
|
||||
/* these two might not work for windows */
|
||||
extern int sys_nerr;
|
||||
#ifdef __linux__
|
||||
extern const char *const sys_errlist[];
|
||||
#else
|
||||
extern char *sys_errlist[];
|
||||
#endif
|
||||
/* These two might not work for windows. */
|
||||
extern int sys_nerr;
|
||||
extern char * sys_errlist[];
|
||||
#endif
|
||||
|
||||
#ifndef UNUSED
|
||||
|
Loading…
x
Reference in New Issue
Block a user