aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc/target_errno_defs.h
blob: a24a973342fcc49693e42e769572f1122c9f13a6 (plain)
1
2
3
4
5
6
7
#ifndef PPC_TARGET_ERRNO_DEFS_H
#define PPC_TARGET_ERRNO_DEFS_H

/* Target uses generic errno */
#include "../generic/target_errno_defs.h"

#endif