summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/mingw/ChangeLog4
-rw-r--r--winsup/mingw/include/errno.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 6c06bd613..a1d193e8c 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-10 Earnie Boyd <earnie@users.sf.net>
+
+ * include/errno.h (ELOOP): Add definition.
+
2005-01-10 Danny Smith <dannysmith@users.sourceforge.net>
* mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.c
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.