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 0 macro
57 # define HAVE_SA_RESTORER 1 macro
61 # define HAVE_SA_RESTORER 1 macro
63 # define HAVE_SA_RESTORER 0 macro
510 #if HAVE_SA_RESTORER
520 #if HAVE_SA_RESTORER
541 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()
572 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()
DChangeLog24465 m68k: define HAVE_SA_RESTORER.
24469 * signal.c (HAVE_SA_RESTORER): Define for M68K.
24827 * signal.c (HAVE_SA_RESTORER): New macro.
24829 (old_sigaction, old_sigaction32, new_sigaction): Use HAVE_SA_RESTORER
24831 (decode_old_sigaction, decode_new_sigaction): Use HAVE_SA_RESTORER in
/external/ltp/include/lapi/
Drt_sigaction.h53 # define HAVE_SA_RESTORER macro
250 #ifdef HAVE_SA_RESTORER in ltp_rt_sigaction()