From 4de0b4abf567b94997ee99c55d64a4e6aacfa4ea Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 27 Oct 2006 18:48:07 +0000 Subject: [BZ #3426] * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to reality. --- stdlib/stdlib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stdlib/stdlib.h') diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index c3fc14562e..7b39bc018a 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -741,8 +741,7 @@ __END_NAMESPACE_STD #ifdef __USE_GNU /* Return a malloc'd string containing the canonical absolute name of the - named file. The last file name component need not exist, and may be a - symlink to a nonexistent file. */ + existing named file. */ extern char *canonicalize_file_name (__const char *__name) __THROW __nonnull ((1)) __wur; #endif -- cgit 1.4.1