Home
last modified time | relevance | path

Searched refs:sa_sigaction_t (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc168 typedef void (*sa_sigaction_t)(int, siginfo_t *, void *); typedef
175 sigact.sa_sigaction = (sa_sigaction_t)handler; in MaybeInstallSigaction()