1
0
Fork 0
qemu/linux-user/mips64/target_errno_defs.h
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

10 lines
251 B
C

#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