1/* $NetBSD: compat_sigsuspend.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 10WARN_REFERENCES(sigsuspend, \ 11 "warning: reference to compatibility sigsuspend(); include <signal.h> for correct reference") 12 13PSEUDO(sigsuspend,compat_13_sigsuspend13) 14