aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/errno.h')
-rw-r--r--src/include/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index 8c9f515ef..d59880bc4 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -151,6 +151,7 @@
#define ENOENT 0xe8 /**< No such file or directory */
#define ENOEXEC 0xe9 /**< Exec format error */
#define ENOMSG ENODATA /**< No message of the desired type */
+#define ENOSPC ENOMEM /**< No space left on device */
#define ENOSR 0xea /**< No stream resources */
#define ENOSTR 0xeb /**< Not a stream */
#define ENOSYS 0xec /**< Function not implemented */