aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-03-24 14:21:22 +0000
committerRon Yorston <rmy@pobox.com>2015-03-24 14:21:22 +0000
commit15efec6ad51f5292a5f4d7b314219125d69e9acb (patch)
treea7e6978a3275a22b21bbbd1bb3125ac172629696 /win32
parent538a16d15016b9be9885e94e9b94a4cbfb760501 (diff)
downloadbusybox-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 'win32')
0 files changed, 0 insertions, 0 deletions