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:
authorCorinna Vinschen <corinna@vinschen.de>2000-05-03 19:59:37 +0400
committerCorinna Vinschen <corinna@vinschen.de>2000-05-03 19:59:37 +0400
commitb96fca8c5a678bb01340ecca488dec364fffecc6 (patch)
tree0fc1a3c2c4b4543a79f104e2b027c3c6ed4eac75 /newlib/libc
parent1c0c369b36c1ddf4af25052b311a48597b5fdb3f (diff)
* libc/include/sys/errno.h: Add define for ENOSHARE ("No such
host or network path") used by cygwin. Add some comments.
Diffstat (limited to 'newlib/libc')
-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 */