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:
@ -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)
|
||||
|
Reference in New Issue
Block a user