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
@@ -53,6 +53,7 @@ const (
DT_UNKNOWN = 0x0
DT_WHT = 0xe
F_GETFL = 0x3
F_SETFL = 0x4
O_NONBLOCK = 0x4
)