]> Cypherpunks repositories - gostls13.git/commit
syscall: fix mkall.sh for openbsd/386
authorTobias Klauser <tklauser@distanz.ch>
Fri, 5 Nov 2021 16:09:22 +0000 (17:09 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 5 Nov 2021 17:39:43 +0000 (17:39 +0000)
commit0bc98b3e9b3b6b55489bb9ffed54377e678eba28
treec1a5f833fd5eac47388563d2b83ed8e495163256
parent37951d888152c6f3a2e4c11c609bfb0fbad6b15d
syscall: fix mkall.sh for openbsd/386

CL 287654 converted the syscall package on openbsd/386 to use libc.
However, the mksyscall.pl invocation wasn't adjusted. Do so now to use
syscall_openbsd_libc.go like the other libc-based openbsd ports.

Change-Id: I48a7bd6ce4c25eca5222f560ed584e412b466111
Reviewed-on: https://go-review.googlesource.com/c/go/+/361481
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/syscall/mkall.sh