From: Samuel Thibault Date: Sun, 1 Dec 2019 16:36:41 +0000 (+0000) Subject: hurd: make strerror(0) coherent with other ports X-Git-Tag: glibc-2.31~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=563202976e5786ecef491d45e6c0fada2b8d0fdb;p=thirdparty%2Fglibc.git 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. --- diff --git a/mach/err_kern.sub b/mach/err_kern.sub index ab00ae40f28..42c38ebd594 100644 --- a/mach/err_kern.sub +++ b/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",