Fix flakes in runitd and popen_test

This commit is contained in:
Justine Tunney 2023-07-30 04:26:34 -07:00
parent 801224df67
commit 2ebc5781a1
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
18 changed files with 123 additions and 34 deletions

View file

@ -80,7 +80,7 @@ int sys_select_nt(int, fd_set *, fd_set *, fd_set *, struct timeval *,
size_t __iovec2nt(struct NtIovec[hasatleast 16], const struct iovec *, size_t);
void WinSockInit(void);
int64_t __winsockerr(void) nocallback;
int64_t __winsockerr(void);
int __fixupnewsockfd(int, int);
int64_t __winsockblock(int64_t, unsigned, int64_t, uint32_t);
struct SockFd *_dupsockfd(struct SockFd *);