From b1737510d4c7278cfaf569ee8bbef0286d7b790c Mon Sep 17 00:00:00 2001 From: bai <17348+bai@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:23:57 +0300 Subject: [PATCH] Fix dup3 build condition --- core/open_out_log_linux_dup3.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/open_out_log_linux_dup3.go b/core/open_out_log_linux_dup3.go index 552904f8..9243815b 100644 --- a/core/open_out_log_linux_dup3.go +++ b/core/open_out_log_linux_dup3.go @@ -1,6 +1,6 @@ //go:build linux && (arm64 || riscv64) -// +build linux,arm64 -// +build linux,riscv64 +// +build linux +// +build arm64 riscv64 // Copyright 2017 LinkedIn Corp. Licensed under the Apache License, Version // 2.0 (the "License"); you may not use this file except in compliance with