Skip to content

Commit b5511ef

Browse files
authored
Merge pull request #815 from linkedin/fix-gobuild
Fix dup3 build condition
2 parents fce3032 + b173751 commit b5511ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/open_out_log_linux_dup3.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//go:build linux && (arm64 || riscv64)
2-
// +build linux,arm64
3-
// +build linux,riscv64
2+
// +build linux
3+
// +build arm64 riscv64
44

55
// Copyright 2017 LinkedIn Corp. Licensed under the Apache License, Version
66
// 2.0 (the "License"); you may not use this file except in compliance with

0 commit comments

Comments
 (0)