From: Roland McGrath Date: Thu, 24 Mar 1994 20:01:19 +0000 (+0000) Subject: Formerly unix/sysv/sco3.2.4/__sigact.S.~2~ X-Git-Tag: glibc-2.16-ports-before-merge~4132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ed7c960c0dd0eed9e6e044f97cc306cf285cf16;p=thirdparty%2Fglibc.git Formerly unix/sysv/sco3.2.4/__sigact.S.~2~ --- diff --git a/sysdeps/unix/sysv/sco3.2.4/sigaction.S b/sysdeps/unix/sysv/sco3.2.4/sigaction.S index dbe41e335d6..1d55f2d6ae5 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