From 441ddbc3265c9c70d353b0ad8e8b600fb70fc9ef Mon Sep 17 00:00:00 2001 From: fjoe Date: Thu, 27 Mar 2003 20:48:53 +0000 Subject: Make realpath() thread-safe. New implementation does not use chdir(2) at all. Submitted by: Constantin S. Svintsoff --- lib/libc/stdlib/realpath.3 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libc/stdlib/realpath.3') diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 2f84d1d..3593df7 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -99,11 +99,7 @@ The function may fail and set the external variable .Va errno for any of the errors specified for the library functions -.Xr chdir 2 , -.Xr close 2 , -.Xr fchdir 2 , .Xr lstat 2 , -.Xr open 2 , .Xr readlink 2 and .Xr getcwd 3 . -- cgit v1.1