Files
Odin/core/sys/unix/syscalls_freebsd.odin
2022-09-03 02:33:36 +02:00

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