Andrew Josey <[EMAIL PROTECTED]> writes:

> Header file inconsistencies between the limits in limits.h and the
> kernel returns from sysconf() (eg LINK_MAX).

Don't you mean pathconf() instead of sysconf()?  I don't see any
definition for LINK_MAX in the sysconf() specification.

Either way, I don't see how a constant in a C header file could match
the return values of pathconf.  The value varies according to the
underlying filesystem.

- Dan

Reply via email to