mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
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
Block a user