mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
61c581baeb
Linux is in the unfortunate situation where the system call number is architecture specific. This consolidates the system call number definitions in a single location, adds some wrappers, and hopefully fixes the existing non-portable invocations of the syscall intrinsic.