1 //go:build plan9 || aix 2 3 package sys 4 5 func syscallToErrno(err error) (Errno, bool) { 6 return 0, false 7 } 8
View as plain text