IO module with nonblocking socket connect patch
[p5sagit/p5-mst-13.2.git] / ext / IO / poll.c
index 0f8c843..024c52f 100644 (file)
@@ -5,8 +5,8 @@
  * This program is free software; you can redistribute it and/or
  * modify it under the same terms as Perl itself.
  *
- * For systems that do not have the poll() system call (for example Linux)
- * try to emulate it as closely as possible using select()
+ * For systems that do not have the poll() system call (for example Linux
+ * kernels < v2.1.23) try to emulate it as closely as possible using select()
  *
  */