Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / realpath.texi
1 @node realpath
2 @section @code{realpath}
3 @findex realpath
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/realpath.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw, BeOS.
18 @item
19 This function does not allow to determine the required size of output buffer;
20 PATH_MAX --- if it is defined --- is nothing more than a guess.
21 @end itemize
22
23 Extension: Gnulib provides a module @samp{canonicalize-lgpl} that defines a
24 function @code{canonicalize_file_name} that is like @code{realpath} but without
25 size limitations.