Skip to content

Commit

Permalink
Fix dup3 build condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bai committed Apr 29, 2024
1 parent fce3032 commit b173751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/open_out_log_linux_dup3.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b173751

Please sign in to comment.