diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-12-01 16:36:41 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-12-01 16:36:43 +0000 |
commit | 563202976e5786ecef491d45e6c0fada2b8d0fdb (patch) | |
tree | 80797beb79c5f7218ea0dc27f196130f150b9e3d /mach | |
parent | d5ed9ba29a3c818b3433a1784862494968abda45 (diff) | |
download | glibc-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.sub | 2 |
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", |