mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
Formerly unix/sysv/sysv4/__sigact.c.~4~
This commit is contained in:
parent
bf86fbef3a
commit
b12af630af
@ -38,7 +38,7 @@ trampoline (int sig, int code, struct sigcontext *context)
|
|||||||
If OACT is not NULL, put the old action for SIG in *OACT. */
|
If OACT is not NULL, put the old action for SIG in *OACT. */
|
||||||
int
|
int
|
||||||
DEFUN(__sigaction, (sig, act, oact),
|
DEFUN(__sigaction, (sig, act, oact),
|
||||||
int sig AND CONST struct sigaction *act AND struct sigaction *OACT)
|
int sig AND CONST struct sigaction *act AND struct sigaction *oact)
|
||||||
{
|
{
|
||||||
struct sigaction myact;
|
struct sigaction myact;
|
||||||
__sighandler_t ohandler;
|
__sighandler_t ohandler;
|
||||||
|
Loading…
Reference in New Issue
Block a user