master
h 7 lines 155 Bytes
Raw
1 #ifndef AARCH64_TARGET_ERRNO_DEFS_H
2 #define AARCH64_TARGET_ERRNO_DEFS_H
3
4 /* Target uses generic errno */
5 #include "../generic/target_errno_defs.h"
6
7 #endif