mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Add dummy docs for intrinsics.syscall on Linux and Darwin
This commit is contained in:
@@ -49,6 +49,9 @@ fixed_point_div_sat :: proc(lhs, rhs: $T, #const scale: uint) -> T where type_is
|
|||||||
// Compiler Hints
|
// Compiler Hints
|
||||||
expect :: proc(val, expected_val: T) -> T ---
|
expect :: proc(val, expected_val: T) -> T ---
|
||||||
|
|
||||||
|
// Linux and Darwin Only
|
||||||
|
syscall :: proc(id: uintptr, args: ..uintptr) -> uintptr ---
|
||||||
|
|
||||||
|
|
||||||
// Atomics
|
// Atomics
|
||||||
atomic_fence :: proc() ---
|
atomic_fence :: proc() ---
|
||||||
|
|||||||
Reference in New Issue
Block a user