diff options
author | Ron Yorston <rmy@pobox.com> | 2015-03-24 14:21:22 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-03-24 14:21:22 +0000 |
commit | 15efec6ad51f5292a5f4d7b314219125d69e9acb (patch) | |
tree | a7e6978a3275a22b21bbbd1bb3125ac172629696 /TODO | |
parent | 538a16d15016b9be9885e94e9b94a4cbfb760501 (diff) | |
download | busybox-w32-15efec6ad51f5292a5f4d7b314219125d69e9acb.tar.gz busybox-w32-15efec6ad51f5292a5f4d7b314219125d69e9acb.tar.bz2 busybox-w32-15efec6ad51f5292a5f4d7b314219125d69e9acb.zip |
ash: skip poll in read built-in
GNUlib poll doesn't seem to work when the file descriptor refers
to a file on disk. This may not be surprising given the warning
in the Windows API documentation against using disk file handles
in calls to WaitForSingleObject.
Skipping poll in the read built-in allows file redirection to
work and doesn't make interrupt handling any worse than it was
before.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions