Annotation of researchv9/libc/gen/errlst.c, revision 1.1.1.1

1.1       root        1: char   *sys_errlist[] = {
                      2:        "Error 0",
                      3:        "Not owner",
                      4:        "No such file or directory",
                      5:        "No such process",
                      6:        "Interrupted system call",
                      7:        "I/O error",
                      8:        "No such device or address",
                      9:        "Arg list too long",
                     10:        "Exec format error",
                     11:        "Bad file number",
                     12:        "No children",
                     13:        "No more processes",
                     14:        "Not enough core",
                     15:        "Permission denied",
                     16:        "Bad address",
                     17:        "Directory not empty",
                     18:        "In use",
                     19:        "File exists",
                     20:        "Cross-device link",
                     21:        "No such device",
                     22:        "Not a directory",
                     23:        "Is a directory",
                     24:        "Invalid argument",
                     25:        "File table overflow",
                     26:        "Too many open files",
                     27:        "Illegal ioctl",
                     28:        "Text file busy",
                     29:        "File too large",
                     30:        "No space left on device",
                     31:        "Illegal seek",
                     32:        "Read-only file system",
                     33:        "Too many links",
                     34:        "Broken pipe",
                     35:        "Argument too large",
                     36:        "Result too large",
                     37:        "Link loop",
                     38:        "Concurrency violation",
                     39:        "It's all Greg's fault",
                     40: };
                     41: int    sys_nerr = { sizeof sys_errlist/sizeof sys_errlist[0] };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.