]> Cypherpunks.ru repositories - gostls13.git/commit
syscall: correctly generate accept on linux/arm
authorTobias Klauser <tklauser@distanz.ch>
Mon, 18 Sep 2023 13:36:38 +0000 (15:36 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 19 Sep 2023 05:51:26 +0000 (05:51 +0000)
commiteca5a97340e6b475268a522012f30e8e25bb8b8f
tree811037808223d165cb34fe3c56941e80e12e5184
parentd110d7c42dd8025465153e4008ba807f1e69b359
syscall: correctly generate accept on linux/arm

CL 457995 introduced syscall_linux_accept.go which is used on linux/arm
to generate accept and use it in Accept. However, that CL forgot to
include the file in the list of files used with mksyscall.pl to generate
the syscall wrappers. This lead to accept no longer being generated when
re-running mkall.sh on linux/arm.

Change-Id: I7747399afae47a883a7fb079c82e835b90f366cf
Reviewed-on: https://go-review.googlesource.com/c/go/+/529055
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Commit-Queue: Tobias Klauser <tobias.klauser@gmail.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
src/syscall/mkall.sh