Skip to content

Small fixes for libuv

Raffaele Ragni requested to merge raffaeleragni/relibc:fix_for_libuv into master

Defining _SC_NPROCESSORS_ONLN = 84 (Value from musl headers unistd.h)

Defining cmsghdr (ref)

Always returning NULL from CMSG_NXTHDR: means no csmghdr available.

Edited by Raffaele Ragni

Merge request reports