Add gnulib `select' module.
authorAndy Wingo <wingo@pobox.com>
Mon, 18 Feb 2013 17:53:46 +0000 (18:53 +0100)
committerAndy Wingo <wingo@pobox.com>
Mon, 18 Feb 2013 17:53:46 +0000 (18:53 +0100)
commit3dac6181c18508a194f240d633c8c3f7304adb3f
tree17fc19cb909eedd93ec16ad3c5cd0a00173bd9c9
parentaf07e10429c1513c2348289888b240926264b32b
Add gnulib `select' module.

Should fix fport_input_waiting when neither poll nor select nor FIONREAD
are available, which is the case on MinGW.  Thanks to Eli Zaretskii for
the report.
lib/Makefile.am
lib/alloca.c [new file with mode: 0644]
lib/dup2.c [new file with mode: 0644]
lib/select.c [new file with mode: 0644]
lib/sys_select.in.h [new file with mode: 0644]
m4/dup2.m4 [new file with mode: 0644]
m4/gnulib-cache.m4
m4/gnulib-comp.m4
m4/select.m4 [new file with mode: 0644]
m4/sys_select_h.m4 [new file with mode: 0644]