fix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// This file is substituted in via `go build -overlay` for the js/wasm build ONLY.
|
||||
// This file is copied over the upstream sing source (in a build-local copy of the
|
||||
// module) for the js/wasm build ONLY; see build.sh.
|
||||
//
|
||||
// Upstream common/buf/buffer_unix.go (build tag `!windows`) defines
|
||||
// Buffer.Iovec returning golang.org/x/sys/unix.Iovec, which does not exist for
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// Substituted in via `go build -overlay` for the js/wasm build ONLY.
|
||||
// Copied over the upstream sing source (in a build-local copy of the module) for
|
||||
// the js/wasm build ONLY; see build.sh.
|
||||
//
|
||||
// Upstream common/bufio/copy_direct_posix.go (build tag `!windows`) implements
|
||||
// the syscall read-waiters using golang.org/x/sys/unix (readv/recvmsg). wait.go
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// Substituted in via `go build -overlay` for the js/wasm build ONLY.
|
||||
// Copied over the upstream sing source (in a build-local copy of the module) for
|
||||
// the js/wasm build ONLY; see build.sh.
|
||||
//
|
||||
// Upstream common/bufio/vectorised_unix.go (build tag `!windows`) implements the
|
||||
// syscall-based vectorised writers using golang.org/x/sys/unix (Iovec, writev,
|
||||
|
||||
Reference in New Issue
Block a user