Home | History | Annotate | Line # | Download | only in sys
      1  1.1  skrll /*	$NetBSD: compat_sigaction.S,v 1.1 2023/05/19 06:50:07 skrll Exp $	*/
      2  1.1  skrll 
      3  1.1  skrll /*
      4  1.1  skrll  * This file placed in the public domain.
      5  1.1  skrll  * Nick Hudson, 19th May, 2023.
      6  1.1  skrll  */
      7  1.1  skrll 
      8  1.1  skrll #include "SYS.h"
      9  1.1  skrll 
     10  1.1  skrll WARN_REFERENCES(sigaction, \
     11  1.1  skrll     "warning: reference to compatibility sigaction(); include <signal.h> for correct reference")
     12  1.1  skrll 
     13  1.1  skrll PSEUDO(sigaction,compat_13_sigaction13)
     14