X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..eb6b6ca394357805f2bdba989abae309f718b4d8:/libsyscall/mach/err_kern.sub diff --git a/libsyscall/mach/err_kern.sub b/libsyscall/mach/err_kern.sub index f00943599..0cfc2646a 100644 --- a/libsyscall/mach/err_kern.sub +++ b/libsyscall/mach/err_kern.sub @@ -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",