mirror of
https://github.com/golang/go
synced 2024-11-20 11:24:47 -07:00
os: remove ENODATA (fixes freebsd build)
R=r, r2 CC=golang-dev https://golang.org/cl/4175053
This commit is contained in:
parent
f04b5a3bac
commit
52ffb6af00
@ -80,7 +80,6 @@ var (
|
||||
ENAMETOOLONG Error = Errno(syscall.ENAMETOOLONG)
|
||||
EAFNOSUPPORT Error = Errno(syscall.EAFNOSUPPORT)
|
||||
ETIMEDOUT Error = Errno(syscall.ETIMEDOUT)
|
||||
ENODATA Error = Errno(syscall.ENODATA)
|
||||
ENOTCONN Error = Errno(syscall.ENOTCONN)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user