[sys/info] Support FreeBSD 13

This commit is contained in:
Jeroen van Rijn
2022-09-03 02:33:36 +02:00
parent 0743dd195d
commit 0171c276f0
4 changed files with 166 additions and 6 deletions
+7
View File
@@ -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