1 /* $NetBSD: compat_sigpending13.S,v 1.3 2011/01/16 02:45:48 matt Exp $ */
6 __RCSID("$NetBSD: compat_sigpending13.S,v 1.3 2011/01/16 02:45:48 matt Exp $")
9 WARN_REFERENCES(sigpending, \
10 "warning: reference to compatibility sigpending(); include <signal.h> for correct reference")
13 mr %r5,%r3 # save pointer
14 _DOSYSCALL(compat_13_sigpending13) # sigpending()
16 stw %r3,0(%r5) # store return value
17 li %r3,0 # and return 0