xref: /csrg-svn/lib/libc/tahoe/sys/sigstack.s (revision 34835)
129495Ssam/*
229495Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
534389Sbostic * Redistribution and use in source and binary forms are permitted
6*34835Sbostic * provided that the above copyright notice and this paragraph are
7*34835Sbostic * duplicated in all such forms and that any documentation,
8*34835Sbostic * advertising materials, and other materials related to such
9*34835Sbostic * distribution and use acknowledge that the software was developed
10*34835Sbostic * by the University of California, Berkeley.  The name of the
11*34835Sbostic * University may not be used to endorse or promote products derived
12*34835Sbostic * from this software without specific prior written permission.
13*34835Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*34835Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*34835Sbostic * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1629495Ssam */
1729495Ssam
1834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
19*34835Sbostic	.asciz "@(#)sigstack.s	5.3 (Berkeley) 06/27/88"
2034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
2129495Ssam
2229495Ssam#include "SYS.h"
2329495Ssam
2429495SsamSYSCALL(sigstack)
2529495Ssam	ret
26