Is it hard to port golang use libc instead of direct syscall on Linux?

On openbsd golang use libc, NOT on Linux.
We need to use libc.

Looks like begin with this step: “mksyscall.pl -libc -tags linux,amd64 syscall_linux.go syscall_linux_amd64.go > zsyscall_linux_amd64.go”
What else need to do?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.