libk  syscall.s at [ceed477743]

File arch/x86.fbsd.64/syscall.s artifact 8f1b903740 part of check-in ceed477743


;; abi definition file for x86 linux 64-bit
; vim: ft=nasm

; syscall numbers - syscall table must be created first!
%include "system_calls.s"

; freebsd uses the common x86-64 ABI
%include "x86.syscall.64.s"