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