avoid select() on windows destroying errno (used to typically
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 17 May 2003 04:49:18 +0000 (04:49 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 17 May 2003 04:49:18 +0000 (04:49 +0000)
commit1c8780751e85c3ece441fc8ecdff2f1dc99f9906
tree18ce8d008e4547194a9c5bb07841f843138c544c
parent2cc1b180444ab1e2ac675ff3e9f78a123bc70c80
avoid select() on windows destroying errno (used to typically
always sets it to EINVAL due to the way it maps the FD_SETs)

p4raw-id: //depot/perl@19533
win32/win32sck.c