summaryrefslogtreecommitdiff
path: root/doc/posix-functions/getcwd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/getcwd.texi')
-rw-r--r--doc/posix-functions/getcwd.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/posix-functions/getcwd.texi b/doc/posix-functions/getcwd.texi
index b25cf021ca..c459f54a1e 100644
--- a/doc/posix-functions/getcwd.texi
+++ b/doc/posix-functions/getcwd.texi
@@ -14,7 +14,8 @@ This function is declared in different header files (namely, @code{<io.h>} or
@code{<direct.h>}) on some platforms:
mingw, MSVC 14.
@item
-On glibc platforms, @code{getcwd (NULL, n)} allocates memory for the result.
+On glibc and Solaris 11.3 platforms,
+@code{getcwd (NULL, n)} allocates memory for the result.
On some other platforms, this call is not allowed.
@item
On some platforms, the prototype for @code{getcwd} uses @code{int}