Formerly unix/sysv/sco3.2.4/__sigact.S.~2~

This commit is contained in:
Roland McGrath 1994-03-24 20:01:19 +00:00
parent 30a3f7d7a7
commit 9ed7c960c0

View File

@ -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 <sysdep.h>
SYSCALL__ (sigaction, 3)
.globla C_SYMBOL_NAME(__sigreturn)
ENTRY (__sigaction)
movl $C_SYMBOL_NAME(__sigreturn), %ecx
DO_CALL (sigaction, 3)
jb syscall_error
ret