From b8a8c59d33d5df1dbd709d6e340c250faa4ebf7b Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 12 Apr 2001 21:17:27 +0000 Subject: * libc/include/sys/errno.h: Add ECASECLASH to indicate case clash on case insensitve file systems. --- newlib/libc/include/sys/errno.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc') diff --git a/newlib/libc/include/sys/errno.h b/newlib/libc/include/sys/errno.h index d878d42a2..1b5f216d8 100644 --- a/newlib/libc/include/sys/errno.h +++ b/newlib/libc/include/sys/errno.h @@ -138,6 +138,7 @@ extern __IMPORT int _sys_nerr; #define ENOTSUP 134 /* Not supported */ #define ENOMEDIUM 135 /* No medium (in tape drive) */ #define ENOSHARE 136 /* No such host or network path */ +#define ECASECLASH 137 /* Filename exists with different case */ /* From cygwin32. */ #define EWOULDBLOCK EAGAIN /* Operation would block */ -- cgit v1.2.3