Searched refs:sigaction_portable (Results 1 – 1 of 1) sorted by relevance
223 struct sigaction_portable { struct243 static inline void sigaction_pton(const struct sigaction_portable *ptr_p, struct sigaction *ptr_n) { in sigaction_pton() argument250 static inline void sigaction_ntop(const struct sigaction *ptr_n, struct sigaction_portable *ptr_p) { in sigaction_ntop()251 memset(ptr_p, '\0', sizeof(struct sigaction_portable)); in sigaction_ntop()257 int WRAP(sigaction)(int signum, const struct sigaction_portable *act, struct sigaction_portable *ol… in WRAP()