Formerly unix/sysv/sysv4/__sigact.c.~4~

This commit is contained in:
Roland McGrath 1994-04-06 01:26:12 +00:00
parent bf86fbef3a
commit b12af630af

View File

@ -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. */
int
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;
__sighandler_t ohandler;