libuv/include
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
..
uv freebsd: hard-code UV_ENODATA definition (#3999) 2023-05-16 20:43:30 +02:00
uv.h unix,win: add uv_clock_gettime() (#3971) 2023-04-27 22:13:46 +02:00