From b26fa41b671f1983dd4cfc969fce3c1984718f90 Mon Sep 17 00:00:00 2001 From: phuslu Date: Tue, 11 Jun 2024 22:58:16 +0800 Subject: [PATCH] add linux 32bit support for writev --- async_others.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/async_others.go b/async_others.go index 7154e3ae..9e4a3e67 100644 --- a/async_others.go +++ b/async_others.go @@ -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