File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- //go:build linux && !baremetal && !tinygo.wasm && !aarch64
5+ //go:build linux && !baremetal && !tinygo.wasm && !arm64
66
77package os
88
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- //go:build linux && !baremetal && !tinygo.wasm && aarch64
5+ //go:build linux && !baremetal && !tinygo.wasm && arm64
66
77package os
88
Original file line number Diff line number Diff line change 1- //go:build linux && !baremetal && !darwin && !tinygo.wasm && !aarch64
1+ //go:build linux && !baremetal && !darwin && !tinygo.wasm && !arm64
22
33// arm64 does not have a fork syscall, so ignore it for now
44// TODO: add support for arm64 with clone or use musl implementation
You can’t perform that action at this time.
0 commit comments