mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
[sys/info] Add OpenBSD detection support.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package unix
|
||||
|
||||
// OpenBSD 7.1 syscall numbers
|
||||
// See: /usr/include/sys/syscall.h
|
||||
|
||||
SYS_sysctl : uintptr : 202
|
||||
Reference in New Issue
Block a user