* libc/include/sys/errno.h: Add ECASECLASH to indicate case clash

on case insensitve file systems.
This commit is contained in:
Corinna Vinschen 2001-04-12 21:17:27 +00:00
parent 82d4a5d4bb
commit b8a8c59d33
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Apr 12 23:11:00 2001 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/errno.h: Add ECASECLASH to indicate case clash
on case insensitve file systems.
2001-04-12 Robert Collins <rbtcollins@hotmail.com>
* libc/include/sys/features.h: Add appropriate defines for Cygwin

View File

@ -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 */