]> Cypherpunks repositories - gostls13.git/commit
runtime: switch runtime to libc for openbsd/386
authorJoel Sing <joel@sing.id.au>
Thu, 28 Jan 2021 12:43:33 +0000 (23:43 +1100)
committerJoel Sing <joel@sing.id.au>
Fri, 30 Apr 2021 19:59:10 +0000 (19:59 +0000)
commitfaff49aae6e90f7c6a8333f7974a6ca368c01228
treeeab9000d2c57ad451df79d69f2cc45d113935482
parent0bbfc5c31eb4cb77f12e10c73d5462377e66b06c
runtime: switch runtime to libc for openbsd/386

Use libc rather than performing direct system calls for the runtime on
openbsd/386.

Updates #36435

Change-Id: I0cd65368bc824c81f5f98ea24e4f82db5468b170
Reviewed-on: https://go-review.googlesource.com/c/go/+/287653
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/defs_openbsd_386.go
src/runtime/os_openbsd_syscall2.go
src/runtime/proc.go
src/runtime/sys_openbsd2.go
src/runtime/sys_openbsd_386.s