]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/mach/err_kern.sub
xnu-6153.101.6.tar.gz
[apple/xnu.git] / libsyscall / mach / err_kern.sub
index f009435997b3d0df5adfeb9e26cc4393cb15b78b..0cfc2646aa7db53f147579eae6df4a83ac950def 100644 (file)
@@ -36,7 +36,7 @@
  *     error codes for Mach and Unix kernels
  */
 
-static const char * err_codes_kern[] = {
+static const char * const err_codes_kern[] = {
        "(os/kern) successful",                 /* 0 */
        "(os/kern) invalid address",
        "(os/kern) protection failure",
@@ -85,9 +85,14 @@ static const char * err_codes_kern[] = {
        "(os/kern) let orphan continue",        /* 45 */
        "(os/kern) service not supported",
        "(os/kern) remote node down",
+       "(os/kern) thread not waiting",
+       "(os/kern) operation timed out",
+       "(os/kern) code signing error",         /* 50 */
+       "(os/kern) policy is static",
+       "(os/kern) insufficient input buffer size",
 };
 
-static const char * err_codes_unix[] = {
+static const char * const err_codes_unix[] = {
        NO_SUCH_ERROR,
        "(os/unix) no rights to object",
        "(os/unix) file or directory does not exist",