2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00
Files
amigaos-cross-toolchain6/patches/ixemul-48.2/include/errno.h.diff
2017-02-17 14:38:12 +01:00

15 lines
519 B
Diff

*** .build-m68k/sources/ixemul-48.2/include/errno.h 1997-07-10 23:22:04.000000000 +0200
--- m68k-amigaos/m68k-amigaos/sys-include/errno.h 2017-02-14 22:47:06.614119100 +0100
***************
*** 153,158 ****
--- 153,161 ----
#define EFTYPE 79 /* Inappropriate file type or format */
+ #define EILSEQ 80 /* illegal_byte_sequence */
+ #define ENOMSG 81 /* no_message */
+
#ifdef _KERNEL
/* pseudo-errors returned inside kernel to modify return to process */
#define ERESTART -1 /* restart syscall */