From 06f1353ae8c39c038218738e47a82c35f4abfc80 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 24 Sep 2002 14:10:12 +0000 Subject: * libc/include/sys/errno.h: Add EOVERFLOW. --- newlib/libc/include/sys/errno.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/include/sys') diff --git a/newlib/libc/include/sys/errno.h b/newlib/libc/include/sys/errno.h index f88d563c5..e0c43de9d 100644 --- a/newlib/libc/include/sys/errno.h +++ b/newlib/libc/include/sys/errno.h @@ -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 */ -- cgit v1.2.3