Closed
Description
The indirect syscall call interface (syscall(2)) will be removed from OpenBSD, most likely before the 7.5 release. This effectively means that Go's syscall.Syscall*
interfaces will no longer work on this platform and that direct system calls (using the appropriate libc system call stub) will need to be used instead.