From b025588ad8bc68ee8bc2f09e4168189f770e0ee5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 20 Sep 2000 12:20:59 +0000 Subject: * pthread.c [!__ASSUME_REALTIME_SIGNALS]: Make inclusion of "testrtsig.h" conditional. 2000-09-20 Andreas Jaeger * pthread.c [!__ASSUME_REALTIME_SIGNALS]: Make inclusion of "testrtsig.h" conditional. --- linuxthreads/pthread.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linuxthreads/pthread.c') diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index 628b0cea17..75cac05ac0 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -248,7 +248,9 @@ int __pthread_sig_debug; static int rtsigs_initialized; -#include "testrtsig.h" +#if !__ASSUME_REALTIME_SIGNALS +# include "testrtsig.h" +#endif static void init_rtsigs (void) -- cgit v1.2.3