]> git.sesse.net Git - vlc/blobdiff - include/vlc_network.h
poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In...
[vlc] / include / vlc_network.h
index aca2b0a70498e9c721bae34ac3660a30e935d008..bdba45fb3eb06ea319cf20958514b98960f1ee6a 100644 (file)
@@ -181,7 +181,7 @@ struct pollfd
     int revents;
 };
 
-  VLC_EXPORT (int, poll, (struct pollfd *fds, unsigned nfds, int timeout));
+  VLC_EXPORT (int, vlc_poll, (struct pollfd *fds, unsigned nfds, int timeout));
 #endif
 
 #ifdef WIN32