]> git.sesse.net Git - vlc/commit
network/io.c: minor fix
authorFrédéric Yhuel <fyhuel@viotech.net>
Wed, 4 Apr 2012 12:11:58 +0000 (14:11 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 4 Apr 2012 14:25:15 +0000 (17:25 +0300)
commitc0e768b8fd8e6405a3864db3b2358c1ccd89a476
tree971de14066cbb02045d329189f820a6e50d02b30
parentcd0112a5467a01073964e1d1e6d43caf044aacf2
network/io.c: minor fix

Unlike POLLERR, POLLHUP, and POLLNVAL, POLLRDHUP is not set by default.
See http://man7.org/linux/man-pages/man2/poll.2.html

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
src/network/io.c