mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-28 23:34:53 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			246 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			246 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #if IS_IN (libpthread)
 | |
| 
 | |
| /* This placeholder file prevents nptl/sigaction.c from being compiled.
 | |
|    For NaCl, there is no need for a separate sigaction in libpthread.  */
 | |
| 
 | |
| #else
 | |
| 
 | |
| /* Get the standard stub.  */
 | |
| #include <signal/sigaction.c>
 | |
| 
 | |
| #endif
 |