xref: /csrg-svn/lib/libc/mips/sys/syscall.s (revision 52736)
1*52736Sbostic/*-
2*52736Sbostic * Copyright (c) 1991 The Regents of the University of California.
3*52736Sbostic * All rights reserved.
4*52736Sbostic *
5*52736Sbostic * This code is derived from software contributed to Berkeley by
6*52736Sbostic * Ralph Campbell.
7*52736Sbostic *
8*52736Sbostic * %sccs.include.redist.c%
9*52736Sbostic */
10*52736Sbostic
11*52736Sbostic#include "SYS.h"
12*52736Sbostic
13*52736Sbostic#if defined(LIBC_SCCS) && !defined(lint)
14*52736Sbostic	ASMSTR("@(#)syscall.s	5.1 (Berkeley) 02/29/92")
15*52736Sbostic#endif /* LIBC_SCCS and not lint */
16*52736Sbostic
17*52736Sbostic#define SYS_syscall	0
18*52736Sbostic
19*52736SbosticSYSCALL(syscall)
20