diff options
Diffstat (limited to 'linux-user/alpha')
-rw-r--r-- | linux-user/alpha/target_errno_defs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux-user/alpha/target_errno_defs.h b/linux-user/alpha/target_errno_defs.h new file mode 100644 index 0000000000..54770108c0 --- /dev/null +++ b/linux-user/alpha/target_errno_defs.h @@ -0,0 +1,6 @@ +#ifndef ALPHA_TARGET_ERRNO_DEFS_H +#define ALPHA_TARGET_ERRNO_DEFS_H + +#include "../generic/target_errno_defs.h" + +#endif |