]> Cypherpunks repositories - gostls13.git/commit
internal/syscall/unix: fix fchownat linkname for AIX & Solaris
authorDamien Neil <dneil@google.com>
Fri, 14 Feb 2025 17:06:21 +0000 (09:06 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 14 Feb 2025 21:58:37 +0000 (13:58 -0800)
commit8c05e020d534a407c20a3e672971be3aabe2ee9c
tree21a326a456d14157d6bdffcfffa4432ad9863bbe
parent45447b4bfff4227a8945951dd7d37f2873992e1b
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>
src/internal/syscall/unix/at_libc.go