X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/fe8ab488e9161c46dd9885d58fc52996dc0249ff..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/libsyscall/mach/err_mach_ipc.sub diff --git a/libsyscall/mach/err_mach_ipc.sub b/libsyscall/mach/err_mach_ipc.sub index b0e82564c..97aa377c7 100644 --- a/libsyscall/mach/err_mach_ipc.sub +++ b/libsyscall/mach/err_mach_ipc.sub @@ -55,10 +55,11 @@ static const char * const err_codes_mach_send[] = { /* 15 */ "(ipc/send) invalid msg-type", /* 16 */ "(ipc/send) invalid msg-header", /* 17 */ "(ipc/send) invalid msg-trailer", - /* 18 */ "(ipc/send) unused error", + /* 18 */ "(ipc/send) invalid context for reply", /* 19 */ "(ipc/send) unused error", /* 20 */ "(ipc/send) unused error", /* 21 */ "(ipc/send) out-of-line buffer too large", + /* 22 */ "(ipc/send) destination does not accept OOL ports", }; static const char * const err_codes_mach_rcv[] = {