1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* 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.
This commit is contained in:
Andreas Jaeger
2000-09-20 12:20:59 +00:00
parent 6bf22cc723
commit b025588ad8
3 changed files with 9 additions and 2 deletions

View File

@ -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)