This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more valgrinding: select problem?
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Mon, 25 Aug 2003 22:02:17 +0000 (00:02 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 25 Aug 2003 19:25:08 +0000 (19:25 +0000)
commitad517f75025ba4de08890f9694f2e535efc32ab4
tree45584bf67c9b3c97d238cc155a9bc8e819bbd510
parentb61e04d6d59d5a9594816ff8471fd03aaebac56d
more valgrinding: select problem?
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>

In glibc, just use the __FD_SETSIZE since that's
the size of the buffer (usually 1024 bits, much
more than the selectminbits of 32).

p4raw-id: //depot/perl@20893
pp_sys.c