OrionLibC
Barry Updating libc for pipes and signals ad9b6af (3 years, 1 month ago)
diff --git a/stdio/perror.c b/stdio/perror.c
index c852582..85b20ab 100644
--- a/stdio/perror.c
+++ b/stdio/perror.c
@@ -22,6 +22,9 @@ const char *errorList[] = {
[ENOMEM] = "Cannot allocate memory",
[ECHILD] = "No child processes",
[ENOTTY] = "Inappropriate ioctl for device",
+ [ELOOP] = "Too many levels of symbolic links",
+ [ENAMETOOLONG] = "File name too long",
+ [EINTR] = "Interrupted system call",
};
/* Display an error message for errno */