tinygo/src/syscall
Achille 602f35a5ca
os: implement os.(*File).WriteAt (#3697)
os: implement os.(*File).WriteAt

Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
2023-05-05 09:40:15 +02:00
..
errno.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
errno_other.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
file_emulated.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
file_hosted.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
mmap_unix_test.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
net.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
proc_emulated.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
proc_hosted.go build: drop deprecated build tags 2022-12-19 23:20:11 +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 os: implement os.(*File).WriteAt (#3697) 2023-05-05 09:40:15 +02:00
syscall_libc_darwin.go os: implement os.(*File).ReadDir for -target=wasi 2023-05-03 21:24:11 +02:00
syscall_libc_darwin_amd64.go fix resource leak in os.(*File).Close 2023-03-28 13:12:21 +02:00
syscall_libc_darwin_arm64.go fix resource leak in os.(*File).Close 2023-03-28 13:12:21 +02:00
syscall_libc_nintendoswitch.go os: implement os.(*File).ReadDir for -target=wasi 2023-05-03 21:24:11 +02:00
syscall_libc_wasi.go os: implement os.(*File).ReadDir for -target=wasi 2023-05-03 21:24:11 +02:00
syscall_linux.go Stubbed Setuid and friends. Stubbed Exec (#3290) 2022-11-16 10:14:27 +01:00
syscall_nonhosted.go syscall: add more stubs as needed for Go 1.20 support 2023-02-03 07:31:38 -08:00
syscall_unix.go syscall: add more stubs as needed for Go 1.20 support 2023-02-03 07:31:38 -08:00
tables_nonhosted.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00