libk  syscall.s at [312e446cfc]

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


;; 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"