aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_emul.h
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2019-04-30 17:18:05 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2019-04-30 17:18:05 +0000
commit5d520d7fab2231498382006524ba2adaa085d141 (patch)
tree3e43cf5953dbbb0c054e25579b1747e1f1959b16 /sys/compat/linux/linux_emul.h
parentdc930267765701d96343106a2ef51ce732582e2b (diff)
downloadsrc-5d520d7fab2231498382006524ba2adaa085d141.tar.gz
src-5d520d7fab2231498382006524ba2adaa085d141.zip
Follow the FreeBSD and implement PDEATH_SIG prctl ops in the Linuxulator.
It was first introduced in r163734 and missied by me in r283383. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=346965
Diffstat (limited to 'sys/compat/linux/linux_emul.h')
-rw-r--r--sys/compat/linux/linux_emul.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_emul.h b/sys/compat/linux/linux_emul.h
index 3784d6a061a3..fb445de5db98 100644
--- a/sys/compat/linux/linux_emul.h
+++ b/sys/compat/linux/linux_emul.h
@@ -40,7 +40,6 @@ struct linux_emuldata {
int *child_set_tid; /* in clone(): Child's TID to set on clone */
int *child_clear_tid;/* in clone(): Child's TID to clear on exit */
- int pdeath_signal; /* parent death signal */
int flags; /* thread emuldata flags */
int em_tid; /* thread id */