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