move syscall constants for networking into net space to avoid windows build issue

This commit is contained in:
Scott Feldman
2023-05-02 16:39:11 -07:00
committed by Ron Evans
parent 43bdc888dd
commit 07591178cd
3 changed files with 2 additions and 13 deletions
+1
View File
@@ -102,6 +102,7 @@ const (
// ../../lib/wasi-libc/expected/wasm32-wasi/predefined-macros.txt
F_GETFL = 3
F_SETFL = 4
)
// These values are needed as a stub until Go supports WASI as a full target.