Explain why maxsymlinks() exist.

This commit is contained in:
Petter Reinholdtsen 2014-02-05 13:23:08 +00:00
parent 992c7a70d7
commit b8e970ca10

View File

@ -377,7 +377,8 @@ out:
} }
/* /*
* Get the maximal number of symlinks to follow. * Get the maximal number of symlinks to follow. Use sysconf() on
* Hurd where the hardcoded value MAXSYMLINKS is not available.
*/ */
static int maxsymlinks(void) static int maxsymlinks(void)
{ {