summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-04-12 21:17:27 +0000
committerCorinna Vinschen <corinna@vinschen.de>2001-04-12 21:17:27 +0000
commitb8a8c59d33d5df1dbd709d6e340c250faa4ebf7b (patch)
tree6d6c46fb24018931522bcbab15366ce5c4b430dc /newlib/libc/include
parent82d4a5d4bb0ca06189e779b75749456778177180 (diff)
downloadcygnal-b8a8c59d33d5df1dbd709d6e340c250faa4ebf7b.tar.gz
cygnal-b8a8c59d33d5df1dbd709d6e340c250faa4ebf7b.tar.bz2
cygnal-b8a8c59d33d5df1dbd709d6e340c250faa4ebf7b.zip
* libc/include/sys/errno.h: Add ECASECLASH to indicate case clash
on case insensitve file systems.
Diffstat (limited to 'newlib/libc/include')
-rw-r--r--newlib/libc/include/sys/errno.h1
1 files changed, 1 insertions, 0 deletions
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 */