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