Kernel: Add EACCES to std/errno.h

This commit is contained in:
apio 2022-10-28 17:02:27 +02:00
parent b2f321c0b8
commit 3effe8b004

View File

@ -9,6 +9,7 @@
#define EBADF 9
#define EAGAIN 11
#define ENOMEM 12
#define EACCES 13
#define EFAULT 14
#define EEXIST 17
#define ENOTDIR 20