2021-07-08 19:05:45 +02:00
|
|
|
#ifndef MIPS64_TARGET_ERRNO_DEFS_H
|
|
|
|
#define MIPS64_TARGET_ERRNO_DEFS_H
|
|
|
|
|
2021-07-08 19:05:48 +02:00
|
|
|
/*
|
|
|
|
* The mips64 target uses errno definitions taken from asm-mips/errno.h
|
|
|
|
* so directly use the mips target errno definitions.
|
|
|
|
*/
|
|
|
|
#include "../mips/target_errno_defs.h"
|
2021-07-08 19:05:45 +02:00
|
|
|
|
|
|
|
#endif
|