about summary refs log tree commit diff
path: root/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-12-01 16:36:41 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-12-01 16:36:43 +0000
commit563202976e5786ecef491d45e6c0fada2b8d0fdb (patch)
tree80797beb79c5f7218ea0dc27f196130f150b9e3d /mach
parentd5ed9ba29a3c818b3433a1784862494968abda45 (diff)
downloadglibc-563202976e5786ecef491d45e6c0fada2b8d0fdb.tar.gz
glibc-563202976e5786ecef491d45e6c0fada2b8d0fdb.tar.xz
glibc-563202976e5786ecef491d45e6c0fada2b8d0fdb.zip
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.
Diffstat (limited to 'mach')
-rw-r--r--mach/err_kern.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/err_kern.sub b/mach/err_kern.sub
index ab00ae40f2..42c38ebd59 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",