mirror of git://sourceware.org/git/glibc.git
mach: Add missing error messages
This commit is contained in:
parent
09ea1afec7
commit
a402cae36d
|
@ -74,6 +74,11 @@ static char * err_codes_kern[] = {
|
|||
"(os/kern) right exists",
|
||||
"(os/kern) invalid host",
|
||||
"(os/kern) memory present",
|
||||
"(os/kern) write protection failure",
|
||||
"(os/kern) Unknown error code: 25",
|
||||
"(os/kern) object is terminated",
|
||||
"(os/kern) operation timed out",
|
||||
"(os/kern) operation was interrupted",
|
||||
};
|
||||
|
||||
static char * err_codes_device[] = {
|
||||
|
|
Loading…
Reference in New Issue