]> Cypherpunks repositories - gostls13.git/commit
internal/syscall/unix: fix number of params for unlinkat
authorKir Kolyshkin <kolyshkin@gmail.com>
Wed, 19 Mar 2025 23:56:21 +0000 (16:56 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 20 Mar 2025 00:33:15 +0000 (17:33 -0700)
commitf23373985037221899b42cd8f33384f850ff89b4
tree742c96dba6e5c5695a792e970efbd895e0bdfc33
parent48240ad3f927b593de69d9aa6b22f96db982c578
internal/syscall/unix: fix number of params for unlinkat

This reverts the change to Unlinkat done in CL 659415, as it appears
to be wrong.

While at it, let's unify argument formatting for better readability
(and also so those parameters are easier to count).

Change-Id: I092105f85de107e0495afed3cd66c039343250f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/659357
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/syscall/unix/at_libc.go