From 6ae483762bdf84b9fd75e3f33b86828f7bb70a26 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 17 Feb 1994 01:59:26 +0000 Subject: [PATCH] Formerly unix/sysv/sysv4/i386/sys-sig.S.~2~ --- sysdeps/unix/sysv/sysv4/i386/sys-sig.S | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/sysv4/i386/sys-sig.S b/sysdeps/unix/sysv/sysv4/i386/sys-sig.S index c62459abdf..ac4c07b7f7 100644 --- a/sysdeps/unix/sysv/sysv4/i386/sys-sig.S +++ b/sysdeps/unix/sysv/sysv4/i386/sys-sig.S @@ -18,7 +18,12 @@ Cambridge, MA 02139, USA. */ #include -PSEUDO (__sigaction_syscall, sigaction, 3) +.globl C_SYMBOL_NAME(__sigreturn) + +ENTRY (__sigaction_syscall) + movel $C_SYMBOL_NAME(__sigreturn), %edx + DO_CALL (sigaction, 3) + jb syscall_error ret PSEUDO (__context_syscall, context, 2)