libuv/include
Benjamin Gilbert 9c031bdb38 win: properly initialize INIT_ONCE field
Fixes build warning in MinGW:

    ./include/uv/win.h:290:22: warning: missing braces around initializer [-Wmissing-braces]
      290 | #define UV_ONCE_INIT { 0, NULL }
          |                      ^
    src/threadpool.c:32:25: note: in expansion of macro 'UV_ONCE_INIT'
       32 | static uv_once_t once = UV_ONCE_INIT;
          |                         ^~~~~~~~~~~~

Fixes: abc9767034 ("win: simplify uv_once implementation")
2024-10-17 18:41:50 -07:00
..
uv win: properly initialize INIT_ONCE field 2024-10-17 18:41:50 -07:00
uv.h linux: disable SQPOLL io_uring by default (#4492) 2024-08-06 22:10:13 +02:00