hurd: make strerror(0) coherent with other ports

Some tests assume that it is "Success", and it is not necessarily
related to the kernel anyway.
This commit is contained in:
Samuel Thibault 2019-12-01 16:36:41 +00:00
parent d5ed9ba29a
commit 563202976e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
*/
static char * err_codes_kern[] = {
"(os/kern) successful",
"Success",
"(os/kern) invalid address",
"(os/kern) protection failure",
"(os/kern) no space available",