aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/syscall/defs_linux_ppc64x.go
blob: cc45a3d7c896b58f149b5ec4152c0ebfee48af01 (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 && (ppc64 || ppc64le)

package syscall

const SYS_FCNTL = 55