Skip to content

network: don't use net_errno with poll()

Steve Lhomme requested to merge robUx4/vlc:poll-net_errno into master

The Win32 implementation of poll() sets errno, not net_errno.

Merge request reports