Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / lib / libc / compat / arch / powerpc / sys / compat_sigsuspend13.S
blobbb8791b51bb6718a802c0edf14d693ee056fb013
1 /*      $NetBSD: sigsuspend.S,v 1.8 2002/07/30 06:08:01 matt Exp $      */
3 #include "SYS.h"
5 WARN_REFERENCES(sigsuspend, \
6     "warning: reference to compatibility sigsuspend(); include <signal.h> for correct reference")
8 ENTRY(sigsuspend)
9         lwz     %r3,0(%r3)                      # indirect to mask arg
10         li      %r0,SYS_compat_13_sigsuspend13
11         sc
12         b       PIC_PLT(_C_LABEL(__cerror))     # always terminates with EINTR