aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/syscall/defs_linux_mips64x.go
blob: 38d2acbe95b0ed58243d3e1de0a4ed146a9739b0 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2023 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 linux && (mips64 || mips64le)

package syscall

const SYS_FCNTL = 5070