jilles 2009-10-13 20:58:22 UTC
FreeBSD src repository
Modified files:
lib/libc/gen getcwd.c
Log:
SVN rev 198053 on 2009-10-13 20:58:22Z by jilles
Make getcwd(3) faster, simpler and more compliant using *at syscalls.
It is no longer necessary to construct long paths consisting of repeated
"../" which may be slow to process and may exceed PATH_MAX.
Revision Changes Path
1.30 +18 -45 src/lib/libc/gen/getcwd.c