Skip to content

vlc_threads: move poll() definitions in a separate header

Steve Lhomme requested to merge robUx4/vlc:vlc_poll into master

It's using a compat version on Windows/Android/OS2 which is not available to external modules. This new header can't be used directly from external modules. But this modules should be able to include vlc_threads.h if they don't call poll().

Merge request reports