OSDN Git Service

* libc/include/sys/errno.h: Add define for ENOSHARE ("No such
authorcorinna <corinna>
Wed, 3 May 2000 15:59:37 +0000 (15:59 +0000)
committercorinna <corinna>
Wed, 3 May 2000 15:59:37 +0000 (15:59 +0000)
        host or network path") used by cygwin. Add some comments.

newlib/ChangeLog
newlib/libc/include/sys/errno.h

index e34000f..9e7a64f 100644 (file)
@@ -1,3 +1,8 @@
+Wed May 03 17:57:00 2000  Corinna Vinschen <corinna@vinschen.de>
+
+        * libc/include/sys/errno.h: Add define for ENOSHARE ("No such
+        host or network path") used by cygwin. Add some comments.
+
 Tue May 02 23:45:48 2000  DJ Delorie  <dj@cygnus.com>
 
        * libc/include/stdio.h (FILE): define __SCLE for "convert line
index 0247fa2..6d85d49 100644 (file)
@@ -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 */