diff options
Diffstat (limited to 'tools/sysinc/errno.h')
| -rw-r--r-- | tools/sysinc/errno.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/sysinc/errno.h b/tools/sysinc/errno.h new file mode 100644 index 0000000..5aaf0dd --- /dev/null +++ b/tools/sysinc/errno.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: MIT */ + +#ifndef ERRNO_H +#define ERRNO_H + +#define ENOMEM 12 +#define EINVAL 22 + +#endif |
