summaryrefslogtreecommitdiffstats
path: root/src/syscall/syscall_dup3_linux.go
blob: 66ec67b0ab4a928160b8de706af885367eba5301 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build android || arm64 || riscv64
// +build android arm64 riscv64

package syscall

const _SYS_dup = SYS_DUP3