Skip to content

Commit

Permalink
add linux 32bit support for writev
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu committed Jun 11, 2024
1 parent 90964a0 commit b26fa41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions async_others.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !linux
// +build !linux
//go:build !(linux && (arm64 || amd64 || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x || loong64))
// +build !linux !arm64,!amd64,!mips64,!mips64le,!ppc64,!ppc64le,!riscv64,!s390x,!loong64

package log

Expand Down

0 comments on commit b26fa41

Please sign in to comment.