diff options
Diffstat (limited to 'support/libc/errno.h')
-rw-r--r-- | support/libc/errno.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/libc/errno.h b/support/libc/errno.h new file mode 100644 index 00000000..5ef0a7bd --- /dev/null +++ b/support/libc/errno.h @@ -0,0 +1,4 @@ +extern int errno; +#define ENOMEM 12 +#define EINVAL 22 +#define ERANGE 34 |