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