Home | History | Annotate | Line # | Download | only in sys
compat_sigsuspend13.S revision 1.1
      1 /*	$NetBSD: compat_sigsuspend13.S,v 1.1 2006/02/18 00:21:28 matt Exp $	*/
      2 
      3 #include "SYS.h"
      4 
      5 WARN_REFERENCES(sigsuspend, \
      6     "warning: reference to compatibility sigsuspend(); include <signal.h> for correct reference")
      7 
      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
     13