aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_emul.h
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-10-28 10:59:59 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-10-28 10:59:59 +0000
commit955d762aca15865b1c9a73fd06c7398fe5fcd180 (patch)
tree35564ebb9838ad07de84ad6a3cd948742bc6dc50 /sys/compat/linux/linux_emul.h
parentefc7cb843b9b1b178d90952b4858a697529c519b (diff)
downloadsrc-955d762aca15865b1c9a73fd06c7398fe5fcd180.tar.gz
src-955d762aca15865b1c9a73fd06c7398fe5fcd180.zip
MFP4:
Implement prctl(). Submitted by: rdivacky Tested with: LTP
Notes
Notes: svn path=/head/; revision=163734
Diffstat (limited to 'sys/compat/linux/linux_emul.h')
-rw-r--r--sys/compat/linux/linux_emul.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_emul.h b/sys/compat/linux/linux_emul.h
index 0c431758f1b7..ddc3e5ba3cc0 100644
--- a/sys/compat/linux/linux_emul.h
+++ b/sys/compat/linux/linux_emul.h
@@ -50,6 +50,8 @@ struct linux_emuldata {
struct linux_emuldata_shared *shared;
+ int pdeath_signal; /* parent death signal */
+
LIST_ENTRY(linux_emuldata) threads; /* list of linux threads */
};