[hurd,commited] mach: Add missing error messages

Samuel Thibault samuel.thibault@ens-lyon.org
Tue Jan 14 21:41:33 GMT 2025


---
 mach/err_kern.sub | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/mach/err_kern.sub b/mach/err_kern.sub
index 42c38ebd59..df380fa414 100644
--- a/mach/err_kern.sub
+++ b/mach/err_kern.sub
@@ -74,6 +74,11 @@ static char * err_codes_kern[] = {
 	"(os/kern) right exists",
 	"(os/kern) invalid host",
 	"(os/kern) memory present",
+	"(os/kern) write protection failure",
+	"(os/kern) Unknown error code: 25",
+	"(os/kern) object is terminated",
+	"(os/kern) operation timed out",
+	"(os/kern) operation was interrupted",
 };
 
 static char * err_codes_device[] = {
-- 
2.45.2



More information about the Libc-alpha mailing list