summaryrefslogtreecommitdiff
path: root/src/errno/errno_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/errno_t.c')
-rw-r--r--src/errno/errno_t.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/errno/errno_t.c b/src/errno/errno_t.c
new file mode 100644
index 00000000..bc8e0af5
--- /dev/null
+++ b/src/errno/errno_t.c
@@ -0,0 +1,7 @@
+typedef int errno_t;
+
+/** error numbers **/
+/* DEF */
+/*
+CEXT1(201112)
+*/