sigaction function
- From: billcun@xxxxxxxxxxxxxx
- Date: Mon, 16 Jul 2012 08:10:23 -0700 (PDT)
The sigaction struct as below:
struct sigaction {
void (*sa_handler)(int);
void (*sa_sigaction)(int, siginfo_t *, void *);
sigset_t sa_mask;
int sa_flags;
void (*sa_restorer)(void);
};
Is strange to me. why are the members in parenthesis along with types
in parenthesis.
.
- Follow-Ups:
- Re: sigaction function
- From: Ike Naar
- Re: sigaction function
- From: Heinrich Wolf
- Re: sigaction function
- From: Lew Pitcher
- Re: sigaction function
- From: Rui Maciel
- Re: sigaction function
- Prev by Date: JESUS IS LORD!
- Next by Date: Re: sigaction function
- Previous by thread: JESUS IS LORD!
- Next by thread: Re: sigaction function
- Index(es):
Relevant Pages
|