libgo: update to Go 1.11
[official-gcc.git] / libgo / go / net / cgo_windows.go
blob8968b757a905791724b898af09b3a89cf2bdbe49
1 // Copyright 2015 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build cgo,!netgo
7 package net
9 type addrinfoErrno int
11 func (eai addrinfoErrno) Error() string { return "<nil>" }
12 func (eai addrinfoErrno) Temporary() bool { return false }
13 func (eai addrinfoErrno) Timeout() bool { return false }