aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/pthread.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-09-20 12:20:59 +0000
committerAndreas Jaeger <aj@suse.de>2000-09-20 12:20:59 +0000
commitb025588ad8bc68ee8bc2f09e4168189f770e0ee5 (patch)
treec9175ec2be157e47fe98388ea75c0cea5f08c9a4 /linuxthreads/pthread.c
parent6bf22cc723f6153500da75a9bcec661c37efc077 (diff)
downloadglibc-b025588ad8bc68ee8bc2f09e4168189f770e0ee5.tar
glibc-b025588ad8bc68ee8bc2f09e4168189f770e0ee5.tar.gz
glibc-b025588ad8bc68ee8bc2f09e4168189f770e0ee5.tar.bz2
glibc-b025588ad8bc68ee8bc2f09e4168189f770e0ee5.zip
* pthread.c [!__ASSUME_REALTIME_SIGNALS]: Make inclusion of "testrtsig.h" conditional.
2000-09-20 Andreas Jaeger <aj@suse.de> * pthread.c [!__ASSUME_REALTIME_SIGNALS]: Make inclusion of "testrtsig.h" conditional.
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)