]> git.sesse.net Git - vlc/blobdiff - src/network/poll.c
poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In...
[vlc] / src / network / poll.c
index df92479e0334a283c6539a669372001a8780df0e..7af929b0cb8ff2966af9c93045d0e7a54c9fe6d3 100644 (file)
@@ -32,7 +32,7 @@
 #include <stdlib.h>
 #include <vlc_network.h>
 
-int poll (struct pollfd *fds, unsigned nfds, int timeout)
+int vlc_poll (struct pollfd *fds, unsigned nfds, int timeout)
 {
     fd_set rdset, wrset, exset;
     struct timeval tv = { 0, 0 };