Date: Thu, 27 Mar 2003 12:48:53 -0800 (PST) From: Max Khon <fjoe@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib realpath.3 realpath.c Message-ID: <200303272048.h2RKmrN1002746@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
fjoe 2003/03/27 12:48:53 PST FreeBSD src repository Modified files: lib/libc/stdlib realpath.3 realpath.c Log: Make realpath() thread-safe. New implementation does not use chdir(2) at all. Submitted by: Constantin S. Svintsoff <kostik (at) iclub.nsu.ru> Revision Changes Path 1.13 +0 -4 src/lib/libc/stdlib/realpath.3 1.14 +129 -108 src/lib/libc/stdlib/realpath.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303272048.h2RKmrN1002746>