* lib/xgetcwd.c (xgetcwd): Document the failure return convention.
+2020-06-26 Bruno Haible <bruno@clisp.org>
+
+ xgetcwd: Improve documentation.
+ * lib/xgetcwd.c (xgetcwd): Document the failure return convention.
+
2020-06-26 Bruno Haible <bruno@clisp.org>
getcwd: Improve documentation.
/* Return the current directory, newly allocated.
Upon an out-of-memory error, call xalloc_die.
- Upon any other type of error, return NULL. */
+ Upon any other type of error, return NULL with errno set. */
char *
xgetcwd (void)