Home
last modified time | relevance | path

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

/external/strace/
Dsignal.c54 # define HAVE_SA_RESTORER 0 macro
56 # define HAVE_SA_RESTORER 1 macro
60 # define HAVE_SA_RESTORER 1 macro
62 # define HAVE_SA_RESTORER 0 macro
287 #if HAVE_SA_RESTORER
297 #if HAVE_SA_RESTORER
317 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_old_sigaction()
336 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_old_sigaction()
476 #if HAVE_SA_RESTORER
487 #if HAVE_SA_RESTORER
[all …]
DChangeLog19919 m68k: define HAVE_SA_RESTORER.
19923 * signal.c (HAVE_SA_RESTORER): Define for M68K.
20281 * signal.c (HAVE_SA_RESTORER): New macro.
20283 (old_sigaction, old_sigaction32, new_sigaction): Use HAVE_SA_RESTORER
20285 (decode_old_sigaction, decode_new_sigaction): Use HAVE_SA_RESTORER in
/external/ltp/include/lapi/
Drt_sigaction.h45 # define HAVE_SA_RESTORER macro
241 #ifdef HAVE_SA_RESTORER in ltp_rt_sigaction()