summaryrefslogtreecommitdiff
path: root/firmware/libc/include/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/libc/include/errno.h')
-rw-r--r--firmware/libc/include/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/libc/include/errno.h b/firmware/libc/include/errno.h
index 9df261db9f..2ddf036c92 100644
--- a/firmware/libc/include/errno.h
+++ b/firmware/libc/include/errno.h
@@ -88,6 +88,7 @@ extern int * __errno(void);
88#define ELBIN 75 /* Inode is remote (not really error) */ 88#define ELBIN 75 /* Inode is remote (not really error) */
89#define EDOTDOT 76 /* Cross mount point (not really error) */ 89#define EDOTDOT 76 /* Cross mount point (not really error) */
90#define EBADMSG 77 /* Trying to read unreadable message */ 90#define EBADMSG 77 /* Trying to read unreadable message */
91#define EOVERFLOW 78 /* Value too large to be stored in data type */
91#define ENOTUNIQ 80 /* Given log. name not unique */ 92#define ENOTUNIQ 80 /* Given log. name not unique */
92#define EBADFD 81 /* f.d. invalid for this operation */ 93#define EBADFD 81 /* f.d. invalid for this operation */
93#define EREMCHG 82 /* Remote address changed */ 94#define EREMCHG 82 /* Remote address changed */