xref: /netbsd-src/lib/libc/arch/mips/sys/__syscall.S (revision 0728b0ad24bfded51b97c2332b7418d030cf02fc)
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