]> Cypherpunks.ru repositories - gostls13.git/commit
runtime,syscall: simplify openbsd related build tags
authorJoel Sing <joel@sing.id.au>
Sun, 9 May 2021 17:16:28 +0000 (03:16 +1000)
committerJoel Sing <joel@sing.id.au>
Tue, 11 May 2021 02:46:21 +0000 (02:46 +0000)
commit326a7925179ea669aa9f947dda82e425673cb220
tree6204992b264f1fc7a63fcd5e53b500e22b8f1ab1
parent5c489514bc5e61ad9b5b07bd7d8ec65d66a0512a
runtime,syscall: simplify openbsd related build tags

openbsd/mips64 is now the only openbsd port that uses non-libc syscall - revise
build tags to reflect this.

Update #36435

Change-Id: I357b2dd2926d058e25e618fcca42c388587598a8
Reviewed-on: https://go-review.googlesource.com/c/go/+/317919
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
13 files changed:
src/runtime/os_openbsd_libc.go
src/runtime/os_openbsd_syscall.go
src/runtime/os_openbsd_syscall1.go
src/runtime/os_openbsd_syscall2.go
src/runtime/sys_libc.go
src/runtime/sys_openbsd.go
src/runtime/sys_openbsd1.go
src/runtime/sys_openbsd2.go
src/runtime/sys_openbsd3.go
src/syscall/exec_bsd.go
src/syscall/exec_libc2.go
src/syscall/syscall_openbsd1.go
src/syscall/syscall_openbsd_libc.go