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;