fts, getcwd, glob: audit for dirfd returning -1
[pspp] / modules / getcwd
index 2fa5e8d5c2197a1a1537c58bc3f25b969cdb7d79..108f14b28a022592f4a8caac9f3dccfc3d530d77 100644 (file)
@@ -3,22 +3,32 @@ 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
+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>
 
 License:
 GPL
 
 Maintainer:
-Jim Meyering
-
+all, glibc