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