mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
internal/syscall/unix: fix fchownat linkname for AIX & Solaris
Typo fix: libc_chownat => libc_fchownat Change-Id: I6721a988c19e3438b967a73559159c948ed51a0e Reviewed-on: https://go-review.googlesource.com/c/go/+/649636 Auto-Submit: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
45447b4bff
commit
8c05e020d5
@ -17,7 +17,7 @@ import (
|
||||
//go:linkname procReadlinkat libc_readlinkat
|
||||
//go:linkname procMkdirat libc_mkdirat
|
||||
//go:linkname procFchmodat libc_fchmodat
|
||||
//go:linkname procFchownat libc_chownat
|
||||
//go:linkname procFchownat libc_fchownat
|
||||
|
||||
var (
|
||||
procFstatat,
|
||||
|
Loading…
x
Reference in New Issue
Block a user