mingw: import poll-emulation from gnulib
commit49521af8a818039f8daf18f2160c4d1e7dbb4270
authorErik Faye-Lund <kusmabite@gmail.com>
Thu, 4 Nov 2010 01:35:20 +0000 (4 02:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Nov 2010 23:53:51 +0000 (4 16:53 -0700)
tree1efc80bf66fed9cc7cb3f147da31e8ec6da67a9f
parentf9c87be6b42dd0f8b31a4bb8c6a44326879fdd1a
mingw: import poll-emulation from gnulib

copy lib/poll.c and lib/poll.in.h verbatim from commit 0a05120 in
git://git.savannah.gnu.org/gnulib.git to compat/win32/sys/poll.[ch]

To upgrade this code in the future, branch out from this commit, copy
new versions of the files above on top, and merge back the result.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/win32/sys/poll.c [new file with mode: 0644]
compat/win32/sys/poll.h [new file with mode: 0644]