X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyportenv.h;h=5b7d1887adfeaec791375559b9af8a4504d294a8;hp=8a5cb4e8edefad764e9705fc145fef610e745ebc;hb=e57244da6103ae3db5620b114315661bc47e4fb7;hpb=d13e6146b4ccadd7aab2033b6cf9f4551d6abd71 diff --git a/direct/yportenv.h b/direct/yportenv.h index 8a5cb4e..5b7d188 100644 --- a/direct/yportenv.h +++ b/direct/yportenv.h @@ -272,7 +272,6 @@ struct iattr { #endif - #ifndef S_IRUSR #define S_IRUSR 0000400 #endif @@ -281,10 +280,23 @@ struct iattr { #define S_IWUSR 0000200 #endif +#ifndef S_IXUSR +#define S_IXUSR 0000100 +#endif + +#ifndef S_IREAD +#define S_IREAD 0000400 +#endif + +#ifndef S_IWRITE +#define S_IWRITE 0000200 +#endif + #ifndef S_IEXEC #define S_IEXEC 0000100 #endif + #else #include #include