aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/syscall/defs_linux_mipsx.go
blob: e4eb0d7bc23a1120030268a8e1296122fab9c50a (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 && (mips || mipsle)

package syscall

const SYS_FCNTL = 4055