libuv/include/uv
Santiago Gimeno 6f94701467
freebsd: hard-code UV_ENODATA definition (#3999)
`FreeBSD` defines `ENODATA` in /usr/include/c++/v1/errno.h which is only visible
if C++ is the compilation unit. This can cause interop issues when
integrating libuv build with C on a C++ project. Avoid this issue by
directly defining with the value defined in the file previously
mentioned.
2023-05-16 20:43:30 +02: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 core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +02:00
errno.h freebsd: hard-code UV_ENODATA definition (#3999) 2023-05-16 20:43:30 +02:00
linux.h core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +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 core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +02:00
tree.h chore: use for(;;) instead of while 2021-04-04 17:15:35 +02:00
unix.h unix: drop kfreebsd support (#3835) 2022-11-28 22:45:28 +01:00
version.h Now working on version 1.44.3 2022-07-12 12:22:04 -04:00
win.h win,process: write minidumps when sending SIGQUIT (#3840) 2023-05-12 14:28:35 -04:00