]> git.saurik.com Git - apple/libc.git/blobdiff - gen/errlst.c
Libc-1439.100.3.tar.gz
[apple/libc.git] / gen / errlst.c
index 2a16946368651df08263edebece84b69d5fb7bb0..bde5422cedf91dc342fd21da169ae26123366c01 100644 (file)
@@ -181,6 +181,11 @@ const char *const sys_errlist[] = {
        "Protocol error",                       /* 100 - EPROTO */
        "STREAM ioctl timeout",                 /* 101 - ETIME */
        "Operation not supported on socket",    /* 102 - EOPNOTSUPP */
        "Protocol error",                       /* 100 - EPROTO */
        "STREAM ioctl timeout",                 /* 101 - ETIME */
        "Operation not supported on socket",    /* 102 - EOPNOTSUPP */
+       "Policy not found",                     /* 103 - ENOPOLICY */
+       "State not recoverable",                /* 104 - ENOTRECOVERABLE */
+       "Previous owner died",                  /* 105 - EOWNERDEAD */
+
+       "Interface output queue is full",       /* 106 - EQFULL */
 };
 
 const int sys_nerr = sizeof(sys_errlist) / sizeof(sys_errlist[0]);
 };
 
 const int sys_nerr = sizeof(sys_errlist) / sizeof(sys_errlist[0]);