]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: make strerror(0) coherent with other ports
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 1 Dec 2019 16:36:41 +0000 (16:36 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 1 Dec 2019 16:36:43 +0000 (16:36 +0000)
Some tests assume that it is "Success", and it is not necessarily
related to the kernel anyway.

mach/err_kern.sub

index ab00ae40f28c89881b292b76e3bc722205fcd0a7..42c38ebd5943f40c4671b4b8eb951e0386efb8a9 100644 (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",