mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-29 15:15:08 +00:00
7 lines
190 B
Odin
7 lines
190 B
Odin
package unix
|
|
|
|
// FreeBSD 13 syscall numbers
|
|
// See: https://alfonsosiciliano.gitlab.io/posts/2021-01-02-freebsd-system-calls-table.html
|
|
|
|
SYS_uname : uintptr : 164
|
|
SYS_sysctl : uintptr : 202 |