summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/exec_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/powerpc/exec_machdep.c')
-rw-r--r--sys/powerpc/powerpc/exec_machdep.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/powerpc/powerpc/exec_machdep.c b/sys/powerpc/powerpc/exec_machdep.c
index 691cf2d..85d778e 100644
--- a/sys/powerpc/powerpc/exec_machdep.c
+++ b/sys/powerpc/powerpc/exec_machdep.c
@@ -231,12 +231,6 @@ sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask)
}
/*
- * Translate the signal if appropriate (Linux emu ?)
- */
- if (p->p_sysent->sv_sigtbl && sig <= p->p_sysent->sv_sigsize)
- sig = p->p_sysent->sv_sigtbl[_SIG_IDX(sig)];
-
- /*
* Save the floating-point state, if necessary, then copy it.
*/
/* XXX */
OpenPOWER on IntegriCloud