Searched defs:SIG_HOLD (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dsignal.h73 /* The kernel headers define SIG_DFL (0) and SIG_IGN (1) but not SIG_HOLD, since
74 * SIG_HOLD is only used by the deprecated SysV signal API.
76 #define SIG_HOLD __BIONIC_CAST(reinterpret_cast, sighandler_t, 2) macro
/bionic/tools/versioner/current/
H A Dsignal.h73 /* The kernel headers define SIG_DFL (0) and SIG_IGN (1) but not SIG_HOLD, since
74 * SIG_HOLD is only used by the deprecated SysV signal API.
76 #define SIG_HOLD __BIONIC_CAST(reinterpret_cast, sighandler_t, 2) macro

Completed in 72 milliseconds