mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-05 20:48:04 +00:00
6 lines
107 B
Odin
6 lines
107 B
Odin
package unix
|
|
|
|
// OpenBSD 7.1 syscall numbers
|
|
// See: /usr/include/sys/syscall.h
|
|
|
|
SYS_sysctl : uintptr : 202 |