diff options
Diffstat (limited to 'ext/IO/poll.c')
-rw-r--r-- | ext/IO/poll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/IO/poll.c b/ext/IO/poll.c index 0f8c8434f2..024c52ff9f 100644 --- a/ext/IO/poll.c +++ b/ext/IO/poll.c @@ -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() * */ |