Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/errno.h')
-rw-r--r--newlib/libc/include/sys/errno.h3
1 files changed, 2 insertions, 1 deletions
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 */