xref: /minix3/lib/libc/compat/arch/powerpc/sys/compat_sigaction13.S (revision 2fe8fb192fe7e8720e3e7a77f928da545e872a6a)
1*2fe8fb19SBen Gras/*	$NetBSD: compat_sigaction13.S,v 1.1 2006/02/18 00:21:28 matt Exp $	*/
2*2fe8fb19SBen Gras
3*2fe8fb19SBen Gras#include "SYS.h"
4*2fe8fb19SBen Gras
5*2fe8fb19SBen GrasWARN_REFERENCES(sigaction, \
6*2fe8fb19SBen Gras    "warning: reference to compatibility sigaction(); include <signal.h> for correct reference")
7*2fe8fb19SBen Gras
8*2fe8fb19SBen GrasPSEUDO(sigaction,compat_13_sigaction13)
9