mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
ci: use Go 1.23
This commit is contained in:
committed by
Ron Evans
parent
b6c53a6f0e
commit
7e284a37fc
@@ -55,6 +55,7 @@ const (
|
||||
F_GETFL = 0x3
|
||||
F_SETFL = 0x4
|
||||
O_NONBLOCK = 0x4
|
||||
TIOCSPGRP = 0x80047476
|
||||
)
|
||||
|
||||
// Source: https://opensource.apple.com/source/xnu/xnu-7195.141.2/bsd/sys/errno.h.auto.html
|
||||
|
||||
@@ -104,6 +104,9 @@ const (
|
||||
// ../../lib/wasi-libc/expected/wasm32-wasi/predefined-macros.txt
|
||||
F_GETFL = 3
|
||||
F_SETFL = 4
|
||||
|
||||
// ../../lib/wasi-libc/libc-top-half/musl/arch/generic/bits/ioctl.h
|
||||
TIOCSPGRP = 0x5410
|
||||
)
|
||||
|
||||
// These values are needed as a stub until Go supports WASI as a full target.
|
||||
@@ -114,6 +117,7 @@ const (
|
||||
SYS_FCNTL
|
||||
SYS_FCNTL64
|
||||
SYS_FSTATAT64
|
||||
SYS_IOCTL
|
||||
SYS_OPENAT
|
||||
SYS_UNLINKAT
|
||||
PATH_MAX = 4096
|
||||
|
||||
Reference in New Issue
Block a user