From b025588ad8bc68ee8bc2f09e4168189f770e0ee5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 20 Sep 2000 12:20:59 +0000 Subject: [PATCH] * 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. --- intl/Makefile | 2 +- linuxthreads/ChangeLog | 5 +++++ linuxthreads/pthread.c | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/intl/Makefile b/intl/Makefile index 08bf5c9..57e2bc3 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -34,7 +34,7 @@ before-compile = $(objpfx)msgs.h install-others = $(inst_msgcatdir)/locale.alias -generated = msgs.h +generated = msgs.h mtrace-tst-gettext tst-gettext.mtrace generated-dirs := domaindir plural.c: plural.y diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2804dea..1bf05a2 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2000-09-20 Andreas Jaeger + + * pthread.c [!__ASSUME_REALTIME_SIGNALS]: Make inclusion of + "testrtsig.h" conditional. + 2000-09-11 Ulrich Drepper * sysdeps/pthread/pthread.h: Declare pthread_attr_getstack and diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index 628b0ce..75cac05 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) -- 2.7.4