Files
xemu/linux-user/ppc/target_errno_defs.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
147 B
C
Raw Normal View History

#ifndef PPC_TARGET_ERRNO_DEFS_H
#define PPC_TARGET_ERRNO_DEFS_H
/* Target uses generic errno */
#include "../generic/target_errno_defs.h"
#endif