diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2001-02-25 06:29:04 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2001-02-25 06:29:04 +0000 |
| commit | 02318dac2ca579d20a813eaf6d8a0a1372875b68 (patch) | |
| tree | e10c6d6acfddb496cc12dc9cf84ae5383a3b7e47 /sys/i386/linux/linux_sysvec.c | |
| parent | e548a5c513216a02877ba68592d3991233ce94f2 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_sysvec.c')
| -rw-r--r-- | sys/i386/linux/linux_sysvec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 0d0c6dbf0aa9..dc20e07b2733 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -199,7 +199,7 @@ elf_linux_fixup(register_t **stack_base, struct image_params *imgp) } extern int _ucodesel, _udatasel; -extern unsigned long _linux_sznonrtsigcode; +extern unsigned long linux_sznonrtsigcode; static void linux_rt_sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code) @@ -329,7 +329,7 @@ linux_rt_sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code) */ regs->tf_esp = (int)fp; regs->tf_eip = PS_STRINGS - *(p->p_sysent->sv_szsigcode) + - _linux_sznonrtsigcode; + linux_sznonrtsigcode; regs->tf_eflags &= ~PSL_VM; regs->tf_cs = _ucodesel; regs->tf_ds = _udatasel; |
