summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/errno.h')
-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 17a5611cb..f88d563c5 100644
--- a/newlib/libc/include/sys/errno.h
+++ b/newlib/libc/include/sys/errno.h
@@ -146,6 +146,7 @@ extern __IMPORT int sys_nerr;
#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 */
+#define EILSEQ 138
/* From cygwin32. */
#define EWOULDBLOCK EAGAIN /* Operation would block */