diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2016-11-24 23:57:25 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2016-11-24 23:57:25 +0000 |
commit | e3ce4c425cb412a90969e19ad274fc3589ab1290 (patch) | |
tree | 9d96c5688c7ce2741dfa06b03305c16565c8fb81 /sys | |
parent | 3c828a2bf8fe3ed3d3020f7dfb802b27aae4ae19 (diff) |
Add MID for arm64.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/exec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h index cd0a8c48c3d..902bc1fa760 100644 --- a/sys/sys/exec.h +++ b/sys/sys/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.34 2016/05/30 21:31:27 deraadt Exp $ */ +/* $OpenBSD: exec.h,v 1.35 2016/11/24 23:57:24 patrick Exp $ */ /* $NetBSD: exec.h,v 1.59 1996/02/09 18:25:09 christos Exp $ */ /*- @@ -287,6 +287,7 @@ struct exec { #define MID_HPPA 154 /* hppa */ #define MID_AMD64 157 /* AMD64 */ #define MID_MIPS64 158 /* big-endian MIPS64 */ +#define MID_ARM64 159 /* ARM64 */ #define MID_HP200 200 /* hp200 (68010) BSD binary */ #define MID_HP300 300 /* hp300 (68020+68881) BSD binary */ #define MID_HPUX 0x20C /* hp200/300 HP-UX binary */ |