X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yportenv.h;h=38a3595fc34969f0203d555b92eeeff22254d288;hp=2f9063bf7a9e06ab1c2bf501e06bd61526b5a485;hb=4be24c244e22ef029cf1f014c0cf8433a49a8a37;hpb=41573908f821bcb40750e7c069ea8f5178f630e5 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