loader: remove shouting from ORB's variable name
[hvf.git] / lib / errno.c
blob64cb1dc08345a9cddfbaf295eaf47e4e6f068897
1 #include <errno.h>
3 char *errstrings[] = {
4 [SUCCESS] = "Success",
5 [ENOMEM] = "Out of memory",
6 [EBUSY] = "Resource busy",
7 [EAGAIN] = "Try again",
8 [EINVAL] = "Invalid argument",
9 [EEXIST] = "File already exists",
10 [ENOENT] = "No such file",
11 [ESUBENOENT] = "?",
12 [EUCHECK] = "?",
13 [EFAULT] = "Invalid memory reference",
14 [EPERM] = "Permission denied",
15 [ECORRUPT] = "Curruption detected",
16 [EIO] = "I/O error",