Home | History | Annotate | Line # | Download | only in sys
      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
      7 __sigaction_siginfo(int sig, const struct sigaction *nact,
      8     struct sigaction *oact)
      9 {
     10 	return 0;
     11 }
     12