From b96fca8c5a678bb01340ecca488dec364fffecc6 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 3 May 2000 15:59:37 +0000 Subject: * libc/include/sys/errno.h: Add define for ENOSHARE ("No such host or network path") used by cygwin. Add some comments. --- newlib/libc/include/sys/errno.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/include/sys/errno.h b/newlib/libc/include/sys/errno.h index 0247fa232..6d85d49a9 100644 --- a/newlib/libc/include/sys/errno.h +++ b/newlib/libc/include/sys/errno.h @@ -141,7 +141,8 @@ extern int _sys_nerr __declspec(dllimport); #define EDQUOT 132 #define ESTALE 133 #define ENOTSUP 134 -#define ENOMEDIUM 135 +#define ENOMEDIUM 135 /* No medium (in tape drive) */ +#define ENOSHARE 136 /* No such host or network path */ /* From cygwin32. */ #define EWOULDBLOCK EAGAIN /* Operation would block */ -- cgit v1.2.3