]> Cypherpunks.ru repositories - gostls13.git/commit
syscall: remove //sysnb comment generating Setreuid for linux/arm64
authorTobias Klauser <tklauser@distanz.ch>
Fri, 17 Sep 2021 12:23:04 +0000 (14:23 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 17 Sep 2021 20:26:41 +0000 (20:26 +0000)
commit1a49dcb82f1ef0d028f74f4fd955ee01b09b466d
tree009b09e6f6a2ca9deaa3f3680914639ab95328dc
parentcea7a71d40115333d5943162e5764162b767389d
syscall: remove //sysnb comment generating Setreuid for linux/arm64

CL 210639 moved the //sysnb for Setreuid from syscall_linux_$GOARCH.go
to syscall_linux.go but forgot to remove the comment from
syscall_linux_arm64.go which leads to Setreuid being generated twice for
linux/arm64. Remove that //sysnb comment to avoid this.

Change-Id: I2c8ad95f786530ca964685b0a4fe463c64764307
Reviewed-on: https://go-review.googlesource.com/c/go/+/350531
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/syscall_linux_arm64.go