summaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-11-23 17:29:25 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-11-23 17:29:25 +0000
commit87a9b18d2286d185d574e7f3ffc23c446d343ca4 (patch)
tree267303c56facc44c53ac4781f36ec353c8e63384 /sys/sys
parentcaeb270e9fa89b24d61775541b15c61a23c0e829 (diff)
downloadsrc-test2-87a9b18d2286d185d574e7f3ffc23c446d343ca4.tar.gz
src-test2-87a9b18d2286d185d574e7f3ffc23c446d343ca4.zip
Notes
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/sysent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 3b0df46e42a6..db729239243f 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -145,6 +145,9 @@ struct sysentvec {
u_long *sv_hwcap2; /* Value passed in AT_HWCAP2. */
const char *(*sv_machine_arch)(struct proc *);
vm_offset_t sv_fxrng_gen_base;
+ void (*sv_onexec)(struct proc *, struct image_params *);
+ void (*sv_onexit)(struct proc *);
+ void (*sv_ontdexit)(struct thread *td);
};
#define SV_ILP32 0x000100 /* 32-bit executable. */