xref: /csrg-svn/lib/libc/tahoe/sys/sigsetmask.s (revision 29494)
1*29494Ssam/*
2*29494Ssam * Copyright (c) 1983 Regents of the University of California.
3*29494Ssam * All rights reserved.  The Berkeley software License Agreement
4*29494Ssam * specifies the terms and conditions for redistribution.
5*29494Ssam */
6*29494Ssam
7*29494Ssam#ifdef SYSLIBC_SCCS
8*29494Ssam_sccsid:.asciz	"@(#)sigsetmask.s	5.1 (Berkeley) 07/02/86"
9*29494Ssam#endif SYSLIBC_SCCS
10*29494Ssam
11*29494Ssam#include "SYS.h"
12*29494Ssam
13*29494SsamSYSCALL(sigsetmask)
14*29494Ssam	ret
15