Page MenuHomeFreeBSD

D34211.diff
No OneTemporary

D34211.diff

diff --git a/sys/i386/i386/exec_machdep.c b/sys/i386/i386/exec_machdep.c
--- a/sys/i386/i386/exec_machdep.c
+++ b/sys/i386/i386/exec_machdep.c
@@ -115,6 +115,10 @@
extern struct sysentvec elf32_freebsd_sysvec;
+_Static_assert(sizeof(mcontext_t) == 640, "mcontext_t size incorrect");
+_Static_assert(sizeof(ucontext_t) == 704, "ucontext_t size incorrect");
+_Static_assert(sizeof(siginfo_t) == 64, "siginfo_t size incorrect");
+
/*
* Send an interrupt to process.
*

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 6, 8:32 PM (14 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17019423
Default Alt Text
D34211.diff (476 B)

Event Timeline