mirror of
https://github.com/golang/go
synced 2024-11-25 12:27:57 -07:00
parent
673a539170
commit
c1a20aee0e
@ -86,6 +86,7 @@ const (
|
||||
ETXTBSY Errno = 74
|
||||
EXDEV Errno = 75
|
||||
ENOTCAPABLE Errno = 76
|
||||
EBADFD Errno = 77
|
||||
// needed by src/net/error_unix_test.go
|
||||
EOPNOTSUPP = ENOTSUP
|
||||
)
|
||||
@ -100,6 +101,7 @@ var errorstr = [...]string{
|
||||
EAGAIN: "Try again",
|
||||
EALREADY: "Socket already connected",
|
||||
EBADF: "Bad file number",
|
||||
EBADFD: "file descriptor in bad state",
|
||||
EBADMSG: "Trying to read unreadable message",
|
||||
EBUSY: "Device or resource busy",
|
||||
ECANCELED: "Operation canceled.",
|
||||
|
Loading…
Reference in New Issue
Block a user