summaryrefslogtreecommitdiff
path: root/src/errno/EINVAL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/EINVAL.h')
-rw-r--r--src/errno/EINVAL.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/EINVAL.h b/src/errno/EINVAL.h
new file mode 100644
index 00000000..af518243
--- /dev/null
+++ b/src/errno/EINVAL.h
@@ -0,0 +1,8 @@
+#include <errno.h>
+
+#define EINVAL (21)
+
+/** Invalid argument **/
+/*
+POSIX(1)
+*/