make poll available for other platforms lacking it
commit6d45eb1720294a93e571e843efb851fee70ac5e1
authorJoachim Schmitz <jojo@schmitz-digital.de>
Mon, 17 Sep 2012 21:16:39 +0000 (17 23:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2012 22:42:57 +0000 (17 15:42 -0700)
tree0687cfb36e37e79e4b49594df8f789c6df92778c
parent83379df0251243b5e1f328598bfdd39327766df3
make poll available for other platforms lacking it

move poll.[ch] out of compat/win32/ into compat/poll/ and adjust
Makefile with the changed paths. Adding comments to Makefile about
how/when to enable it and add logic for this

Signed-off-by: Joachim Schmitz <jojo@schmitz-digital.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
compat/poll/poll.c [moved from compat/win32/poll.c with 100% similarity]
compat/poll/poll.h [moved from compat/win32/poll.h with 100% similarity]