libuv/include/uv
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
..
aix.h core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +02:00
bsd.h core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +02:00
darwin.h unix,win: replace QUEUE with struct uv__queue (#4022) 2023-05-25 00:04:30 +02:00
errno.h include: add EUNATCH errno mapping (#4047) 2023-06-16 09:27:39 -04:00
linux.h unix,win: replace QUEUE with struct uv__queue (#4022) 2023-05-25 00:04:30 +02:00
os390.h core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +02:00
posix.h core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +02:00
sunos.h core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +02:00
threadpool.h unix,win: replace QUEUE with struct uv__queue (#4022) 2023-05-25 00:04:30 +02:00
tree.h unix,win: remove unused rb-tree macro parameters (#4518) 2024-08-25 22:54:09 +02:00
unix.h unix,win: fix busy loop with zero timeout timers (#4250) 2023-12-22 12:40:50 +01:00
version.h Now working on version 1.49.2 2024-10-11 09:21:05 +02:00
win.h win: properly initialize INIT_ONCE field 2024-10-17 18:41:50 -07:00