Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:sigaction

700 /* We assume that platforms which lack the sigaction() function also lack
701 the 'struct sigaction' type, and vice versa. */
705 struct sigaction
730 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict,
731 struct sigaction *restrict));
739 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict,
740 struct sigaction *restrict));
741 _GL_CXXALIASWARN (sigaction);
744 # undef sigaction
746 _GL_WARN_ON_USE (sigaction, "sigaction is unportable - "
747 "use the gnulib module sigaction for portability");