mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +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:
@ -1,3 +1,8 @@
|
||||
2000-09-20 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* pthread.c [!__ASSUME_REALTIME_SIGNALS]: Make inclusion of
|
||||
"testrtsig.h" conditional.
|
||||
|
||||
2000-09-11 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/pthread/pthread.h: Declare pthread_attr_getstack and
|
||||
|
@ -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