From 9ed7c960c0dd0eed9e6e044f97cc306cf285cf16 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 24 Mar 1994 20:01:19 +0000 Subject: [PATCH] Formerly unix/sysv/sco3.2.4/__sigact.S.~2~ --- sysdeps/unix/sysv/sco3.2.4/sigaction.S | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/sco3.2.4/sigaction.S b/sysdeps/unix/sysv/sco3.2.4/sigaction.S index dbe41e335d..1d55f2d6ae 100644 --- a/sysdeps/unix/sysv/sco3.2.4/sigaction.S +++ b/sysdeps/unix/sysv/sco3.2.4/sigaction.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1994 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,5 +18,10 @@ Cambridge, MA 02139, USA. */ #include -SYSCALL__ (sigaction, 3) +.globla C_SYMBOL_NAME(__sigreturn) + +ENTRY (__sigaction) + movl $C_SYMBOL_NAME(__sigreturn), %ecx + DO_CALL (sigaction, 3) + jb syscall_error ret