You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
OS_Open() returns an int32 file descriptor, OS_SocketAccept() takes a uint32 pointer for the file descriptor. They should be the same type. (The socket code should probably use/take int32.)