mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
move syscall constants for networking into net space to avoid windows build issue
This commit is contained in:
@@ -53,6 +53,7 @@ const (
|
||||
DT_UNKNOWN = 0x0
|
||||
DT_WHT = 0xe
|
||||
F_GETFL = 0x3
|
||||
F_SETFL = 0x4
|
||||
O_NONBLOCK = 0x4
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user