aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 14:51:29 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 14:51:29 +0000
commit91d1786f656545195de240cd1906b4875d8831a1 (patch)
tree29e72220b49ea68b1cf3385e3c206b1a59e70098 /sys/i386/ibcs2
parent8c032af773fecb23b37a86c5157fdcd470b391fc (diff)
downloadsrc-91d1786f656545195de240cd1906b4875d8831a1.tar.gz
src-91d1786f656545195de240cd1906b4875d8831a1.zip
In preparation for switching linuxulator to the use the native 1:1
threads add a hook for cleaning thread resources before the thread die. Differential Revision: https://reviews.freebsd.org/D1038
Notes
Notes: svn path=/head/; revision=283382
Diffstat (limited to 'sys/i386/ibcs2')
-rw-r--r--sys/i386/ibcs2/ibcs2_sysvec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/ibcs2/ibcs2_sysvec.c b/sys/i386/ibcs2/ibcs2_sysvec.c
index 5d007c7958dd..16507ee2afa3 100644
--- a/sys/i386/ibcs2/ibcs2_sysvec.c
+++ b/sys/i386/ibcs2/ibcs2_sysvec.c
@@ -89,6 +89,7 @@ struct sysentvec ibcs2_svr3_sysvec = {
.sv_fetch_syscall_args = cpu_fetch_syscall_args,
.sv_syscallnames = NULL,
.sv_schedtail = NULL,
+ .sv_thread_detach = NULL,
};
static int