mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00: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:
parent
d5ed9ba29a
commit
563202976e
@ -50,7 +50,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static char * err_codes_kern[] = {
|
static char * err_codes_kern[] = {
|
||||||
"(os/kern) successful",
|
"Success",
|
||||||
"(os/kern) invalid address",
|
"(os/kern) invalid address",
|
||||||
"(os/kern) protection failure",
|
"(os/kern) protection failure",
|
||||||
"(os/kern) no space available",
|
"(os/kern) no space available",
|
||||||
|
Loading…
Reference in New Issue
Block a user