master
h 10 lines 251 Bytes
Raw
1 #ifndef MIPS64_TARGET_ERRNO_DEFS_H
2 #define MIPS64_TARGET_ERRNO_DEFS_H
3
4 /*
5 * The mips64 target uses errno definitions taken from asm-mips/errno.h
6 * so directly use the mips target errno definitions.
7 */
8 #include "../mips/target_errno_defs.h"
9
10 #endif