Ulrich Drepper wrote:
> I don't like special cases.  For me things better come in quantities 0,
> 1, and unlimited (well, reasonable high limit).  Otherwise, who gets to
> use that special namespace?  The C library is not the only body of code
> which would want to use descriptors.

Valgrind could certainly make use of it.  It currently reserves a set of
fds "high enough", and tries hard to hide them from apps, but
/proc/self/fd makes it intractable in general (there was only so much
simulation I was willing to do in Valgrind).

    J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to