mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
[sys/info] Support FreeBSD 13
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user