BarryServer : Git

All the code for all my projects
// BarryServer : Git / OrionLibC / commit / ad9b6af63f1fdfcf3556c9b2fc670f72cdc60ab4 / stdio / perror.c

// Related

OrionLibC

Barry Updating libc for pipes and signals ad9b6af (2 years, 2 months 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 */