Merge tag 'pull-request-2023-05-22' of https://gitlab.com/thuth/qemu into staging
[qemu/ar7.git] / linux-user / riscv / target_errno_defs.h
blob5e377a2fce82ff47e1703922e0f01414725c784f
1 #ifndef RISCV_TARGET_ERRNO_DEFS_H
2 #define RISCV_TARGET_ERRNO_DEFS_H
4 /* Target uses generic errno */
5 #include "../generic/target_errno_defs.h"
7 #endif