Small tidying up of the selectminbits code, but most
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 17 Apr 2003 14:53:41 +0000 (14:53 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 17 Apr 2003 14:53:41 +0000 (14:53 +0000)
commite6e7e605dfd1c8f7e052b3078d809836c27a2fc0
tree5972458fc15d27405707798f84a3ff72dcff1705
parentc5b94a97fd82571950babee90bae3a327a5936a9
Small tidying up of the selectminbits code, but most
importantly allocate the buffer from the heap using
malloc, not from the stack: using stack causes unaligned
access in LP64 Solaris since stack data is not guaranteed
to be 64-bit aligned, while a fd_set is (it has 1024 longs).
(via Alan Burlison)

p4raw-id: //depot/perl@19248
Configure