aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/pthread.c')
-rw-r--r--linuxthreads/pthread.c4
1 files changed, 3 insertions, 1 deletions
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)