* libc/include/sys/errno.h: Add EOVERFLOW.
This commit is contained in:
@ -147,6 +147,7 @@ extern __IMPORT int sys_nerr;
|
||||
#define ENOSHARE 136 /* No such host or network path */
|
||||
#define ECASECLASH 137 /* Filename exists with different case */
|
||||
#define EILSEQ 138
|
||||
#define EOVERFLOW 139 /* Value too large for defined data type */
|
||||
|
||||
/* From cygwin32. */
|
||||
#define EWOULDBLOCK EAGAIN /* Operation would block */
|
||||
|
Reference in New Issue
Block a user