[Tsan] Fix the signal_recursive.cc test to build on FreeBSD
Differential Revision: http://reviews.llvm.org/D5841 llvm-svn: 220550
This commit is contained in:
		
							parent
							
								
									3866e52803
								
							
						
					
					
						commit
						9003426e2f
					
				| 
						 | 
					@ -11,8 +11,8 @@
 | 
				
			||||||
#include <stdlib.h>
 | 
					#include <stdlib.h>
 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const int kSigSuspend = SIGPWR;
 | 
					static const int kSigSuspend = SIGUSR1;
 | 
				
			||||||
static const int kSigRestart = SIGXCPU;
 | 
					static const int kSigRestart = SIGUSR2;
 | 
				
			||||||
static sigset_t g_suspend_handler_mask;
 | 
					static sigset_t g_suspend_handler_mask;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static sem_t g_thread_suspend_ack_sem;
 | 
					static sem_t g_thread_suspend_ack_sem;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue