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