aboutsummaryrefslogtreecommitdiff
path: root/linux-user/i386/target_errno_defs.h
blob: 459b2189e2bd3917631cc50d8cfece8b1cddb1ec (plain)
1
2
3
4
5
6
7
#ifndef I386_TARGET_ERRNO_DEFS_H
#define I386_TARGET_ERRNO_DEFS_H

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

#endif