From 022f481264c197e1b0f20faa58cc4c21ce099597 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 6 Feb 2015 12:31:11 -0800 Subject: NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID. --- nptl/tst-cancel25.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl/tst-cancel25.c') diff --git a/nptl/tst-cancel25.c b/nptl/tst-cancel25.c index 00b99ad553..ed4205ec45 100644 --- a/nptl/tst-cancel25.c +++ b/nptl/tst-cancel25.c @@ -11,6 +11,7 @@ static pthread_t th2; static void * tf2 (void *arg) { +#ifdef SIGCANCEL sigset_t mask; if (pthread_sigmask (SIG_SETMASK, NULL, &mask) != 0) { @@ -22,6 +23,7 @@ tf2 (void *arg) puts ("SIGCANCEL blocked in new thread"); exit (1); } +#endif /* Sync with the main thread so that we do not test anything else. */ int e = pthread_barrier_wait (&b); -- cgit v1.2.3