]> git.sesse.net Git - vlc/commit
Revert "poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist...
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 6 Aug 2008 16:09:50 +0000 (18:09 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 6 Aug 2008 16:09:50 +0000 (18:09 +0200)
commit2d652d01aaf909885fef474d2e3467dd6d56d083
treeb98762c8b22e985362bb7b0d2655d1014f30ef0e
parentd934fc525f6be873a56c54dd97d0aa8f5fead910
Revert "poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this."

This reverts commit d934fc525f6be873a56c54dd97d0aa8f5fead910.
include/vlc_fixups.h
include/vlc_network.h
src/extras/libc.c
src/libvlc.h
src/libvlccore.sym
src/network/poll.c