We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fce3032 + b173751 commit b5511efCopy full SHA for b5511ef
core/open_out_log_linux_dup3.go
@@ -1,6 +1,6 @@
1
//go:build linux && (arm64 || riscv64)
2
-// +build linux,arm64
3
-// +build linux,riscv64
+// +build linux
+// +build arm64 riscv64
4
5
// Copyright 2017 LinkedIn Corp. Licensed under the Apache License, Version
6
// 2.0 (the "License"); you may not use this file except in compliance with
0 commit comments