152736Sbostic/*- 252736Sbostic * Copyright (c) 1991 The Regents of the University of California. 352736Sbostic * 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*57860Sralph ASMSTR("@(#)syscall.s 5.2 (Berkeley) 02/04/93") 1552736Sbostic#endif /* LIBC_SCCS and not lint */ 1652736Sbostic 1752736Sbostic#define SYS_syscall 0 1852736Sbostic 19*57860SralphRSYSCALL(syscall) 20