aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/elf_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/i386/elf_machdep.c')
-rw-r--r--sys/i386/i386/elf_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/i386/elf_machdep.c b/sys/i386/i386/elf_machdep.c
index 8cd4440cabf6..03ab10f17dc7 100644
--- a/sys/i386/i386/elf_machdep.c
+++ b/sys/i386/i386/elf_machdep.c
@@ -88,6 +88,7 @@ struct sysentvec elf32_freebsd_sysvec = {
.sv_shared_page_base = SHAREDPAGE,
.sv_shared_page_len = PAGE_SIZE,
.sv_schedtail = NULL,
+ .sv_thread_detach = NULL,
};
INIT_SYSENTVEC(elf32_sysvec, &elf32_freebsd_sysvec);