152736Sbostic/*- 2*61148Sbostic * Copyright (c) 1991, 1993 3*61148Sbostic * The Regents of the University of California. All rights reserved. 452736Sbostic * 552736Sbostic * This code is derived from software contributed to Berkeley by 652736Sbostic * Ralph Campbell. 752736Sbostic * 852736Sbostic * %sccs.include.redist.c% 952736Sbostic */ 1052736Sbostic 1152736Sbostic#include "SYS.h" 1252736Sbostic 1352736Sbostic#if defined(LIBC_SCCS) && !defined(lint) 14*61148Sbostic ASMSTR("@(#)syscall.s 8.1 (Berkeley) 06/04/93") 1552736Sbostic#endif /* LIBC_SCCS and not lint */ 1652736Sbostic 1752736Sbostic#define SYS_syscall 0 1852736Sbostic 1957860SralphRSYSCALL(syscall) 20