mirror of git://sourceware.org/git/glibc.git
Formerly unix/sysv/sco3.2.4/__sigact.S.~2~
This commit is contained in:
parent
30a3f7d7a7
commit
9ed7c960c0
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -18,5 +18,10 @@ Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#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
|
ret
|
||||||
|
|
Loading…
Reference in New Issue