X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yportenv.h;h=38a3595fc34969f0203d555b92eeeff22254d288;hb=1d65367807dc6c75458c2926b17727ae0765a856;hp=2f9063bf7a9e06ab1c2bf501e06bd61526b5a485;hpb=e33554a67753729f6b74677473cf0ec3b8d35a7e;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