make poll() work on platforms that can't recv() on a non-socket
commita6772946a554ad97ea4f6febbff3b98fbaa2f5bf
authorJoachim Schmitz <jojo@schmitz-digital.de>
Mon, 17 Sep 2012 21:24:42 +0000 (17 23:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2012 22:44:20 +0000 (17 15:44 -0700)
tree702b4f205fc42f641d442deb1210e3f6cb853a09
parent32fde6575e4139710ea5259ee9b7c750b7c2dde0
make poll() work on platforms that can't recv() on a non-socket

This way it just got added to gnulib too the other day.

Signed-off-by: Joachim Schmitz <jojo@schmitz-digital.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/poll/poll.c