summaryrefslogtreecommitdiff
path: root/modules/getcwd
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-06 06:29:11 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-06 06:29:11 +0000
commit7c232d6b1cfc23376954f517f6d6773aa3f52eda (patch)
tree9c5bdfe2fe9de730a21e87d61120802586977bc7 /modules/getcwd
parente94d980785968429942f49c58673904f4bf604e9 (diff)
downloadgnulib-7c232d6b1cfc23376954f517f6d6773aa3f52eda.tar.gz
New getcwd module, imported from coreutils.
Diffstat (limited to 'modules/getcwd')
-rw-r--r--modules/getcwd21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/getcwd b/modules/getcwd
new file mode 100644
index 0000000000..d5b38a4469
--- /dev/null
+++ b/modules/getcwd
@@ -0,0 +1,21 @@
+Description:
+Return the current working directory.
+
+Files:
+lib/getcwd.c
+m4/getcwd-path-max.m4
+
+Depends-on:
+pathmax
+same
+
+configure.ac:
+GL_FUNC_GETCWD_PATH_MAX
+
+Makefile.am:
+
+Include:
+
+Maintainer:
+Jim Meyering
+