linux-user/e2k: place generic errno definitions, arch doesn't override them

This commit is contained in:
Alibek Omarov 2021-07-31 03:14:34 +03:00 committed by Denis Drakhnia
parent 93dbd4c56c
commit 08855e4bd3
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#ifndef E2K_TARGET_ERRNO_DEFS_H
#define E2K_TARGET_ERRNO_DEFS_H
/* Target uses generic errno */
#include "../generic/target_errno_defs.h"
#endif