mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
wasip2: add stubs to get internal/syscall/unix to work
This fixes lots of broken tests in stdlib packages in Go 1.24.
This commit is contained in:
committed by
Ron Evans
parent
c180d6fe2f
commit
66da29e89f
@@ -120,8 +120,11 @@ const (
|
||||
SYS_FCNTL64
|
||||
SYS_FSTATAT64
|
||||
SYS_IOCTL
|
||||
SYS_MKDIRAT
|
||||
SYS_OPENAT
|
||||
SYS_READLINKAT
|
||||
SYS_UNLINKAT
|
||||
SYS_WAITID
|
||||
PATH_MAX = 4096
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user