xref: /csrg-svn/lib/libc/sparc/sys/sigreturn.s (revision 61176)
154410Storek/*
2*61176Sbostic * Copyright (c) 1992, 1993
3*61176Sbostic *	The Regents of the University of California.  All rights reserved.
454410Storek *
554410Storek * This software was developed by the Computer Systems Engineering group
654410Storek * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
754410Storek * contributed to Berkeley.
854410Storek *
954410Storek * %sccs.include.redist.c%
1054410Storek *
1154410Storek * from: $Header: sigreturn.s,v 1.1 91/07/06 13:06:01 torek Exp $
1254410Storek */
1354410Storek
1454410Storek#if defined(LIBC_SCCS) && !defined(lint)
15*61176Sbostic	.asciz "@(#)sigreturn.s	8.1 (Berkeley) 06/04/93"
1654410Storek#endif /* LIBC_SCCS and not lint */
1754410Storek
1854410Storek#include "SYS.h"
1954410Storek
2054410StorekENTRY(sigreturn)
2154410Storek	mov	SYS_sigreturn, %g1
2254410Storek	t	ST_SYSCALL
2354410Storek	ERROR()
24