BarryServer : Git

All the code for all my projects
// BarryServer : Git / OrionLibC / commit / ad9b6af63f1fdfcf3556c9b2fc670f72cdc60ab4 / include / errno.h

// Related

OrionLibC

Barry Updating libc for pipes and signals ad9b6af (2 years, 2 months ago)
diff --git a/include/errno.h b/include/errno.h
index b47e18c..614f13d 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -21,6 +21,9 @@ enum {
 	ENOMEM,
 	ECHILD,
 	ENOTTY,
+	ELOOP,
+	ENAMETOOLONG,
+	EINTR,
 };
 
 extern int errno;