[wpinet] Upgrade to libuv 1.46.0 (#5446)

This commit is contained in:
Tyler Veness
2023-07-14 18:55:32 -07:00
committed by GitHub
parent aaea85ff16
commit 3c4b58ae1e
82 changed files with 6721 additions and 5048 deletions

View File

@@ -31,7 +31,7 @@ struct uv__work {
void (*work)(struct uv__work *w);
void (*done)(struct uv__work *w, int status);
struct uv_loop_s* loop;
void* wq[2];
struct uv__queue wq;
};
#endif /* UV_THREADPOOL_H_ */