diff options
| author | christos <christos@NetBSD.org> | 2001-06-18 02:00:48 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-06-18 02:00:48 +0000 |
| commit | 0f380fac155236d3d7464279e9c41ce8218a6b2f (patch) | |
| tree | 084019a4e7b62ec04a65cfc484e1a00bc5f685c6 /sys/compat/linux/common/linux_exec.h | |
| parent | 1506d21315bae9e65dd75fb2aa01ce5cd3fc37aa (diff) | |
Add an e_trapsignal member to struct emul, so that emulated processes can
send the appropriate signal depending on the trap type.
Diffstat (limited to 'sys/compat/linux/common/linux_exec.h')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_exec.h b/sys/compat/linux/common/linux_exec.h index 7428b1a0c90..c8bef308b62 100644 --- a/sys/compat/linux/common/linux_exec.h +++ b/sys/compat/linux/common/linux_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.h,v 1.14 2001/01/19 01:40:38 manu Exp $ */ +/* $NetBSD: linux_exec.h,v 1.15 2001/06/18 02:00:53 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -95,6 +95,7 @@ void linux_setregs __P((struct proc *, struct exec_package *, u_long)); int exec_linux_aout_makecmds __P((struct proc *, struct exec_package *)); void *linux_aout_copyargs __P((struct exec_package *, struct ps_strings *, void *, void *)); +void linux_trapsignal __P((struct proc *, int, u_long)); #ifdef EXEC_ELF32 int linux_elf32_probe __P((struct proc *, struct exec_package *, void *, |
