some errnos added(PR 564)
diff --git a/mingw-w64-headers/crt/errno.h b/mingw-w64-headers/crt/errno.h index d7fe31d..390f77c 100644 --- a/mingw-w64-headers/crt/errno.h +++ b/mingw-w64-headers/crt/errno.h
@@ -178,6 +178,46 @@ #define EPROTONOSUPPORT 135 #endif +#ifndef EBADMSG +#define EBADMSG 104 +#endif + +#ifndef EIDRM +#define EIDRM 111 +#endif + +#ifndef ENODATA +#define ENODATA 120 +#endif + +#ifndef ENOLINK +#define ENOLINK 121 +#endif + +#ifndef ENOMSG +#define ENOMSG 122 +#endif + +#ifndef ENOSR +#define ENOSR 124 +#endif + +#ifndef ENOSTR +#define ENOSTR 125 +#endif + +#ifndef ENOTRECOVERABLE +#define ENOTRECOVERABLE 127 +#endif + +#ifndef ETIME +#define ETIME 137 +#endif + +#ifndef ETXTBSY +#define ETXTBSY 139 +#endif + /* Defined as WSAETIMEDOUT. */ #ifndef ETIMEDOUT #define ETIMEDOUT 138