diff options
author | Ron Yorston <rmy@pobox.com> | 2023-03-03 11:32:44 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-03-03 12:21:51 +0000 |
commit | 1036069556897964766dfdf22cda1dd11d891cdf (patch) | |
tree | f13ed04a7e86d811e6223d1bc2ecaefbb5c9856f /shell | |
parent | 0678b843f10191abadc5f47cef9a8ab6a29b7326 (diff) | |
download | busybox-w32-1036069556897964766dfdf22cda1dd11d891cdf.tar.gz busybox-w32-1036069556897964766dfdf22cda1dd11d891cdf.tar.bz2 busybox-w32-1036069556897964766dfdf22cda1dd11d891cdf.zip |
nc: switch to using poll(2)
Upstream started using poll(2) rather than select(2) in `nc` some
time ago, in commit 5b3b468ec (nc: use poll() instead of select()).
Now that poll(2) in busybox-w32 has been updated to work with `nc`
switch to using the same code as upstream.
As a result of this change nothing in busybox-w32 now uses the
select(2) implementation. This reduces the size of the binaries
by about 3.4KB.
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions