xref: /csrg-svn/lib/libc/mips/sys/sigreturn.s (revision 61148)
152734Sbostic/*-
2*61148Sbostic * Copyright (c) 1991, 1993
3*61148Sbostic *	The Regents of the University of California.  All rights reserved.
452734Sbostic *
552734Sbostic * This code is derived from software contributed to Berkeley by
652734Sbostic * Ralph Campbell.
752734Sbostic *
852734Sbostic * %sccs.include.redist.c%
952734Sbostic */
1052734Sbostic
1152734Sbostic#include "SYS.h"
1252734Sbostic
1352734Sbostic#if defined(LIBC_SCCS) && !defined(lint)
14*61148Sbostic	ASMSTR("@(#)sigreturn.s	8.1 (Berkeley) 06/04/93")
1552734Sbostic#endif /* LIBC_SCCS and not lint */
1652734Sbostic
1752734Sbostic/*
1852734Sbostic * We must preserve the state of the registers as the user has set them up.
1952734Sbostic */
2052734Sbostic
2157860SralphRSYSCALL(sigreturn)
22