]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/mach/err_libkern.sub
xnu-3789.21.4.tar.gz
[apple/xnu.git] / libsyscall / mach / err_libkern.sub
index a9a9c27c2ed12e5f4d46f52d87f611d8535f4fad..f419d04faae723899a197aa1a91b5389aa1eb036 100644 (file)
 
 /* These codes are specified in decimal in OSReturn.h.
  */
-static const char * err_codes_libkern_common[] = {
+static const char * const err_codes_libkern_common[] = {
        NO_SUCH_ERROR,
        "(libkern/common) general/unspecified error",    /* 1 */
 };
 
 /* These codes are specified in decimal in OSReturn.h.
  */
-static const char * err_codes_libkern_metaclass[] = {
+static const char * const err_codes_libkern_metaclass[] = {
        NO_SUCH_ERROR,
        "(libkern/metaclass) runtime internal error",                                       /* 1 */
        "(libkern/metaclass) class has instances",                                          /* 2 */
@@ -58,7 +58,7 @@ static const char * err_codes_libkern_metaclass[] = {
 
 /* These codes are specified in hexadecimal in OSKextLib.h.
  */
-static const char * err_codes_libkern_kext[] = {
+static const char * const err_codes_libkern_kext[] = {
        NO_SUCH_ERROR,
        "(libkern/kext) internal error",                                      /* 0x1 */
        "(libkern/kext) allocation failure",                                  /* 0x2 */