Re: Thread implementations...

Chris Wedgwood (chris@cybernet.co.nz)
Sat, 20 Jun 1998 11:24:40 +1200


On Sat, Jun 20, 1998 at 12:22:53AM +0100, Alan Cox wrote:

> For select that basically has to occur.

looks like is trucates to KFDS_NR:

if (n < 0)
goto out;
if (n > KFDS_NR)
n = KFDS_NR;

> If you like playing with poll fix glibc to use poll everywhere not select,
> then you will have slain the library file size limit monster

Making an authentication server (which I make money from) and twiddling with
libraries (which doesn't pay my bills) are two very different things.

Nonetheless its on my list of things to do one day. But as always, I expect
to die long before all the items on this list are ever completed.

-Chris

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu