tinygo/src/syscall
Ayke van Laethem 77ec9b6369 all: update build constraints to Go 1.17
Do it all at once in preparation for Go 1.18 support.

To make this commit, I've simply modified the `fmt-check` Makefile
target to rewrite files instead of listing the differences. So this is a
fully mechanical change, it should not have introduced any errors.
2022-02-04 07:49:46 +01:00
..
errno.go net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa. 2021-11-16 02:13:52 +01:00
errno_other.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
file_emulated.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
file_hosted.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
net.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
proc_emulated.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
proc_hosted.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
str.go net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa. 2021-11-16 02:13:52 +01:00
syscall.go Add implementation for os.Exit and syscall.Exit 2019-06-12 19:04:34 +02:00
syscall_libc.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
syscall_libc_darwin.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
syscall_libc_nintendoswitch.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
syscall_libc_wasi.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
syscall_nonhosted.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
tables_nonhosted.go all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00