diff options
Diffstat (limited to 'gcc/config/i386/xm-dos.h')
-rw-r--r-- | gcc/config/i386/xm-dos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h index e6e06f4..1dd0c01 100644 --- a/gcc/config/i386/xm-dos.h +++ b/gcc/config/i386/xm-dos.h @@ -15,3 +15,6 @@ #define MKTEMP_EACH_FILE 1 #define NO_PRECOMPILES 1 + +/* sys_errlist proto in cccp.c doesn't match djgpp */ +#define HAVE_STRERROR |