]> Cypherpunks repositories - gostls13.git/commit
internal/syscall/unix: correct fchmodat on openbsd
authorJoel Sing <joel@sing.id.au>
Fri, 14 Feb 2025 17:45:04 +0000 (04:45 +1100)
committerGopher Robot <gobot@golang.org>
Fri, 14 Feb 2025 22:00:06 +0000 (14:00 -0800)
commitbad791343f50a165e27f9f9bda6ba42af05b1869
tree48b048e36eabdc283c80dafda808c3a071a9cbe0
parent1959703dddffef61760d5d4fdedc4df8d2d73438
internal/syscall/unix: correct fchmodat on openbsd

This is incorrectly calling the fchownat trampoline - call fchmodat
as intended.

Change-Id: I7b1e758d456006303ca95b70df9e6b52d3020158
Reviewed-on: https://go-review.googlesource.com/c/go/+/649655
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Bypass: Damien Neil <dneil@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Commit-Queue: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
src/internal/syscall/unix/at_openbsd.go