 b6cbf7203b
			
		
	
	
		b6cbf7203b
		
	
	
	
	
		
			
			This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
		
			
				
	
	
		
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $NetBSD: Lint___sigaction14.c,v 1.1 2009/04/10 23:14:58 christos Exp $ */
 | |
| 
 | |
| #include <signal.h>
 | |
| 
 | |
| /*ARGSUSED*/
 | |
| int
 | |
| __sigaction14(int sig, const struct sigaction *nact, struct sigaction *oact)
 | |
| {
 | |
| 	return 0;
 | |
| }
 |