1 1.4 skrll /* $NetBSD: __syscall.S,v 1.4 2023/05/07 12:41:47 skrll Exp $ */ 2 1.1 matt 3 1.1 matt #include "SYS.h" 4 1.1 matt 5 1.1 matt ENTRY(__syscall) 6 1.4 skrll SYSTRAP(__syscall) 7 1.4 skrll JUMP_TO_CERROR() /* error */ 8 1.4 skrll ret /* success */ 9 1.1 matt END(__syscall) 10 1.3 thorpej STRONG_ALIAS(_syscall,__syscall) 11 1.3 thorpej WEAK_ALIAS(syscall,__syscall) 12