hack around another OS X bug: recv() with MSG_PEEK does not work
authorDaniel Mack <daniel@caiaq.de>
Sun, 6 Dec 2009 23:40:03 +0000 (00:40 +0100)
committerDaniel Mack <daniel@caiaq.de>
Wed, 16 Dec 2009 08:11:38 +0000 (16:11 +0800)
commit28a73ad1203efc6f6dc33629ce653f45081210fa
tree7c066ae1da430c88c9e5c93194da8c6e4292b814
parent17d34462eace417075efa2314999a77e41a3849b
hack around another OS X bug: recv() with MSG_PEEK does not work

At least for pipes, recv() with MSG_PEEK does actually eat up data from
file descriptors. Hence, this can't be used for PULLHUP emulation.

Use another ioctl hack for that.
src/pulsecore/poll.c