diff options
author | 2016-09-16 18:52:25 +0000 | |
---|---|---|
committer | 2016-09-16 18:52:25 +0000 | |
commit | dd6c0ddb473645d3b23cf876daee22b85108c3f2 (patch) | |
tree | 6f9579e34e3ccb4c1862c9e6ec56a292c743bcf4 | |
parent | Fix the data storage size check. When we exceed the amount of available (diff) | |
download | wireguard-openbsd-dd6c0ddb473645d3b23cf876daee22b85108c3f2.tar.xz wireguard-openbsd-dd6c0ddb473645d3b23cf876daee22b85108c3f2.zip |
Define PT_ARM_EXIDX.
ok guenther@
-rw-r--r-- | sys/arch/arm/include/exec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arm/include/exec.h b/sys/arch/arm/include/exec.h index 54cf7882650..8c6c38cd047 100644 --- a/sys/arch/arm/include/exec.h +++ b/sys/arch/arm/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.4 2015/08/29 01:58:39 guenther Exp $ */ +/* $OpenBSD: exec.h,v 1.5 2016/09/16 18:52:25 kettenis Exp $ */ /* $NetBSD: exec.h,v 1.6 1994/10/27 04:16:05 cgd Exp $ */ /* @@ -41,4 +41,6 @@ #define _KERN_DO_ELF +#define PT_ARM_EXIDX 0x70000001 + #endif /* _ARM_EXEC_H_ */ |