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