Home
last modified time | relevance | path

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

/external/strace/
Dsignal.c55 # define HAVE_SA_RESTORER HAVE_ARCH_SA_RESTORER macro
58 # define HAVE_SA_RESTORER 1 macro
60 # define HAVE_SA_RESTORER 0 macro
507 #if HAVE_SA_RESTORER
517 #if HAVE_SA_RESTORER
538 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()
569 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()
DChangeLog8660 In order to simplify HAVE_SA_RESTORER logic a bit.
8668 * signal.c [HAVE_ARCH_SA_RESTORER]: Define HAVE_SA_RESTORER to it.
8669 [!HAVE_ARCH_SA_RESTORER && SA_RESTORER]: Define HAVE_SA_RESTORER to 1.
8670 [!HAVE_ARCH_SA_RESTORER && !SA_RESTORER]: Define HAVE_SA_RESTORER to 0.
39109 m68k: define HAVE_SA_RESTORER.
39113 * signal.c (HAVE_SA_RESTORER): Define for M68K.
39471 * signal.c (HAVE_SA_RESTORER): New macro.
39473 (old_sigaction, old_sigaction32, new_sigaction): Use HAVE_SA_RESTORER
39475 (decode_old_sigaction, decode_new_sigaction): Use HAVE_SA_RESTORER in
/external/ltp/include/lapi/
Drt_sigaction.h53 # define HAVE_SA_RESTORER macro
256 #ifdef HAVE_SA_RESTORER in ltp_rt_sigaction()