minix/lib/nbsd_libc/sys/Lint___sigaction14.c
Gianluca Guida b6cbf7203b Import unmodified NetBSD libc in trunk
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.
2011-02-14 19:36:03 +00:00

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;
}