1 /* $NetBSD: Lint___sigaction_siginfo.c,v 1.1 2021/11/01 05:53:45 thorpej Exp $ */ 2 3 #include <signal.h> 4 5 /*ARGSUSED*/ 6 int __sigaction_siginfo(int sig,const struct sigaction * nact,struct sigaction * oact)7__sigaction_siginfo(int sig, const struct sigaction *nact, 8 struct sigaction *oact) 9 { 10 return 0; 11 } 12