Home | History | Annotate | Download | only in sys

Lines Matching defs:sigaction

42 __warn_references(sigaction,
43 "warning: reference to compatibility sigaction(); include <signal.h> to generate correct reference")
51 int sigaction(int, const struct sigaction * restrict,
52 struct sigaction * restrict);
53 int __sigaction_siginfo(int, const struct sigaction * restrict,
54 struct sigaction * restrict);
57 sigaction(int sig, const struct sigaction * restrict act,
58 struct sigaction * restrict oact)