Page MenuHomeFreeBSD

D34210.diff
No OneTemporary

D34210.diff

diff --git a/sys/arm/arm/exec_machdep.c b/sys/arm/arm/exec_machdep.c
--- a/sys/arm/arm/exec_machdep.c
+++ b/sys/arm/arm/exec_machdep.c
@@ -69,6 +69,10 @@
#include <vm/pmap.h>
#include <vm/vm_map.h>
+_Static_assert(sizeof(mcontext_t) == 208, "mcontext_t size incorrect");
+_Static_assert(sizeof(ucontext_t) == 260, "ucontext_t size incorrect");
+_Static_assert(sizeof(siginfo_t) == 64, "siginfo_t size incorrect");
+
/*
* Clear registers on exec
*/

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 22, 3:34 AM (17 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16024360
Default Alt Text
D34210.diff (458 B)

Event Timeline