getcwd: on Solaris, work better if ancestors are inaccessible
[gnulib.git] / modules / getcwd
index d5b38a4..c1544f5 100644 (file)
@@ -3,19 +3,33 @@ Return the current working directory.
 
 Files:
 lib/getcwd.c
+m4/getcwd-abort-bug.m4
 m4/getcwd-path-max.m4
+m4/getcwd.m4
 
 Depends-on:
-pathmax
-same
+mempcpy
+d-ino
+dirfd
+extensions
+memmove
+openat
+stdbool
+unistd
+malloc-posix
+strdup-posix
 
 configure.ac:
-GL_FUNC_GETCWD_PATH_MAX
+gl_FUNC_GETCWD
+gl_UNISTD_MODULE_INDICATOR([getcwd])
 
 Makefile.am:
 
 Include:
+<unistd.h>
 
-Maintainer:
-Jim Meyering
+License:
+GPL
 
+Maintainer:
+all, glibc