Sign in
go
/
go
/
48cd0253afdd540979e2b08d9343f4b47d8fb508
/
.
/
src
/
internal
/
syscall
/
unix
/
faccessat_syscall.go
blob: 865e40b2c6f3f492b3a255461a4bd81728d59709 [
file
]
// 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