X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetcwd;h=f32453e37170c94be18d31d3c22d4a74640f5801;hb=f4a519da138fc11be756d442a893e2b54a07cece;hp=2fa5e8d5c2197a1a1537c58bc3f25b969cdb7d79;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/getcwd b/modules/getcwd index 2fa5e8d5c..f32453e37 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -3,22 +3,29 @@ 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 +stdbool +unistd configure.ac: -GL_FUNC_GETCWD_PATH_MAX +gl_FUNC_GETCWD +gl_UNISTD_MODULE_INDICATOR([getcwd]) Makefile.am: Include: + License: GPL Maintainer: -Jim Meyering - +all, glibc