Browse Source

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.
fw/dlopen-nodelete-reloc
Samuel Thibault 6 years ago
parent
commit
563202976e
  1. 2
      mach/err_kern.sub

2
mach/err_kern.sub

@ -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",

Loading…
Cancel
Save