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