aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/gnu/errlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/gnu/errlist.h')
-rw-r--r--sysdeps/gnu/errlist.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/gnu/errlist.h b/sysdeps/gnu/errlist.h
index e841644..d7d907a 100644
--- a/sysdeps/gnu/errlist.h
+++ b/sysdeps/gnu/errlist.h
@@ -797,3 +797,12 @@ _S(ED, N_("?"))
#ifdef EPROGUNAVAIL
_S(EPROGUNAVAIL, N_("RPC program not available"))
#endif
+#ifdef EINIT
+_S(EINIT, N_("Initialization error"))
+#endif
+#ifdef EREMDEV
+_S(EREMDEV, N_("Device is remote"))
+#endif
+#ifdef ERREMOTE
+_S(ERREMOTE, N_("Too many levels of remote in path"))
+#endif