syscalls_freebsd.odin 190 B

1234567
  1. package unix
  2. // FreeBSD 13 syscall numbers
  3. // See: https://alfonsosiciliano.gitlab.io/posts/2021-01-02-freebsd-system-calls-table.html
  4. SYS_uname : uintptr : 164
  5. SYS_sysctl : uintptr : 202