aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/syscall/errno_wasip1.go
blob: c494d7da093088f96f2663b6943d973959b8457f (plain)
1
2
3
4
5
6
7
8
//go:build wasip1

package syscall

// Use a go:extern definition to access the errno from wasi-libc
//
//go:extern errno
var libcErrno Errno