X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yportenv.h;fp=yportenv.h;h=38a3595fc34969f0203d555b92eeeff22254d288;hb=4be24c244e22ef029cf1f014c0cf8433a49a8a37;hp=2f9063bf7a9e06ab1c2bf501e06bd61526b5a485;hpb=470ba34cc1d593fca7cd98bb9a385a100f7cb3ac;p=yaffs2.git diff --git a/yportenv.h b/yportenv.h index 2f9063b..38a3595 100644 --- a/yportenv.h +++ b/yportenv.h @@ -210,6 +210,10 @@ #define EINVAL 22 #endif +#ifndef ENFILE +#define ENFILE 23 +#endif + #ifndef EBADF #define EBADF 9 #endif