mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user