X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Ferrno.h;h=31f68a0cba625893c240e11cfdb04c2908e4c93b;hb=1ac0c6fd8af10ace17331b638a37698f586d04c9;hp=a327cc00e4eb9d2cc5cee6dd6932b1132b6acba9;hpb=793101e78d857adf31301025173debecf4bd2a62;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/errno.h b/KernelLand/Kernel/include/errno.h index a327cc00..31f68a0c 100644 --- a/KernelLand/Kernel/include/errno.h +++ b/KernelLand/Kernel/include/errno.h @@ -22,6 +22,7 @@ enum eErrorNums ENFILE, // Too many open files ENOTDIR, // Not a directory EIO, // IO Error + EINTR, // Operation interrupted (signal) EALREADY, // Operation was a NOP EINTERNAL, // Internal Error