mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07: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 |