1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:31:22 -06:00
go/src/pkg/syscall/zerrors_mingw_386.go

16 lines
357 B
Go
Raw Normal View History

// mkerrors_nacl.sh /home/rsc/pub/nacl/native_client/src/trusted/service_runtime/include/sys/errno.h
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
package syscall
// TODO(brainman): populate errors in zerrors_mingw.go
const (
EMINGW = 99 /* otherwise unused */
)
// Error table
var errors = [...]string{
EMINGW: "not supported by windows",
}