X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyportenv.h;h=543c129735b2c7c99b81f6a526b868e79d870958;hp=22afb069b14c2b0d80780f1a2d429cdf90f6be1a;hb=73a3c763b22ab4e330dfea929e5df5c7c6c42432;hpb=5409719091c79983abc45bcc3070bce6786c8278 diff --git a/direct/yportenv.h b/direct/yportenv.h index 22afb06..543c129 100644 --- a/direct/yportenv.h +++ b/direct/yportenv.h @@ -163,6 +163,10 @@ #define ENOSPC 28 #endif +#ifndef EROFS +#define EROFS 30 +#endif + #ifndef ERANGE #define ERANGE 34 #endif @@ -183,6 +187,10 @@ #define ENOMEM 12 #endif +#ifndef EFAULT +#define EFAULT 14 +#endif + #ifndef EEXIST #define EEXIST 17 #endif @@ -195,6 +203,10 @@ #define EISDIR 21 #endif +#ifndef ELOOP +#define ELOOP 40 +#endif + // Mode flags