X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fyportenv.h;h=3f368aa504a3620414d3dc8200b4d72dbeaa8bd2;hb=f1fdae08ffdfaa5d1a31b9c4303dc317fe95ded4;hp=22afb069b14c2b0d80780f1a2d429cdf90f6be1a;hpb=5409719091c79983abc45bcc3070bce6786c8278;p=yaffs2.git diff --git a/direct/yportenv.h b/direct/yportenv.h index 22afb06..3f368aa 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