diff options
Diffstat (limited to 'winsup/mingw/include/errno.h')
-rw-r--r-- | winsup/mingw/include/errno.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/mingw/include/errno.h b/winsup/mingw/include/errno.h index f9f709c65..6d03d7cc7 100644 --- a/winsup/mingw/include/errno.h +++ b/winsup/mingw/include/errno.h @@ -67,6 +67,8 @@ #define ENOTEMPTY 41 /* Directory not empty (90 in Cyg?) */ #define EILSEQ 42 /* Illegal byte sequence */ +#define ELOOP 90 /* Pretend: Too many symlinks */ + /* * NOTE: ENAMETOOLONG and ENOTEMPTY conflict with definitions in the * sockets.h header provided with windows32api-0.1.2. |