aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips64/target_errno_defs.h
blob: fb7b4628a9b3d9a17fa6ee3a2e715d4589681e50 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MIPS64_TARGET_ERRNO_DEFS_H
#define MIPS64_TARGET_ERRNO_DEFS_H

/*
 * 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"

#endif