Add EPERM to errno.h

This commit is contained in:
Ali Mashtizadeh 2023-08-27 16:56:13 -04:00
parent 9e1002d0c7
commit 0f2f6df2bf

View File

@ -24,6 +24,7 @@ int *__error();
#define ENFILE 0x1BAD000F
#define ETIMEDOUT 0x1BAD0010
#define EACCES 0x1BAD0011
#define EPERM 0x1BAD0012
#define EAFNOSUPPORT 0x1BAD0020
#define ENOPROTOOPT 0x1BAD0021