mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
evil noperm
This commit is contained in:
@@ -212,6 +212,7 @@ Errno TranslateNativeError(int e, CallType call_type = CallType::Other) {
|
||||
switch (e) {
|
||||
case 0: return Errno::E_SUCCESS;
|
||||
#define NETWORK_ERROR_LIST \
|
||||
NETWORK_ERROR_ELEM(PERM) \
|
||||
NETWORK_ERROR_ELEM(NOENT) \
|
||||
NETWORK_ERROR_ELEM(INTR) \
|
||||
NETWORK_ERROR_ELEM(IO) \
|
||||
|
||||
Reference in New Issue
Block a user