From 2b83b41438a0a93bb81e1f0dcccb0c00f296acad Mon Sep 17 00:00:00 2001 From: dchagin Date: Sat, 9 Jan 2016 14:53:08 +0000 Subject: MFC r283382: In preparation for switching linuxulator to the use the native 1:1 threads add a hook for cleaning thread resources before the thread die. --- sys/compat/svr4/svr4_sysvec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/compat/svr4') diff --git a/sys/compat/svr4/svr4_sysvec.c b/sys/compat/svr4/svr4_sysvec.c index 561a838..125a7d8 100644 --- a/sys/compat/svr4/svr4_sysvec.c +++ b/sys/compat/svr4/svr4_sysvec.c @@ -196,6 +196,7 @@ struct sysentvec svr4_sysvec = { .sv_fetch_syscall_args = cpu_fetch_syscall_args, .sv_syscallnames = NULL, .sv_schedtail = NULL, + .sv_thread_detach = NULL, }; const char svr4_emul_path[] = "/compat/svr4"; -- cgit v1.1