X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fyportenv.h;fp=direct%2Fyportenv.h;h=543c129735b2c7c99b81f6a526b868e79d870958;hb=710ddf7a3cfce3e9d5f01afeecc41679a89b68f3;hp=700115007a26bf8b2762eb18772292dfdc7d8cba;hpb=2d0acac2786382b29762a6042119c41ba3f2f92f;p=yaffs2.git diff --git a/direct/yportenv.h b/direct/yportenv.h index 7001150..543c129 100644 --- a/direct/yportenv.h +++ b/direct/yportenv.h @@ -187,6 +187,10 @@ #define ENOMEM 12 #endif +#ifndef EFAULT +#define EFAULT 14 +#endif + #ifndef EEXIST #define EEXIST 17 #endif