1/* $NetBSD: __syscall.S,v 1.4 2021/02/19 08:33:02 simonb Exp $ */ 2 3#include "SYS.h" 4 5RSYSCALL(__syscall) 6 7#ifndef __mips_o32 8STRONG_ALIAS(_syscall,__syscall) 9WEAK_ALIAS(syscall,__syscall) 10#endif /* ! __mips_o32 */ 11