Sign in
go
/
go
/
refs/heads/master
/
.
/
src
/
internal
/
syscall
/
unix
/
faccessat_syscall.go
blob: 865e40b2c6f3f492b3a255461a4bd81728d59709 [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2024 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 aix || linux
package unix
import "syscall"
var faccessat = syscall.Faccessat