Merge commit 'stable/20110609'
[gnulib.git] / modules / getcwd
1 Description:
2 Return the current working directory.
3
4 Files:
5 lib/getcwd.c
6 m4/getcwd-abort-bug.m4
7 m4/getcwd-path-max.m4
8 m4/getcwd.m4
9
10 Depends-on:
11 unistd
12 extensions
13 mempcpy         [test $REPLACE_GETCWD = 1]
14 d-ino           [test $REPLACE_GETCWD = 1]
15 memmove         [test $REPLACE_GETCWD = 1]
16 openat          [test $REPLACE_GETCWD = 1]
17 stdbool         [test $REPLACE_GETCWD = 1]
18 malloc-posix    [test $REPLACE_GETCWD = 1]
19 strdup-posix    [test $REPLACE_GETCWD = 1]
20
21 configure.ac:
22 gl_FUNC_GETCWD
23 gl_MODULE_INDICATOR([getcwd])
24 gl_UNISTD_MODULE_INDICATOR([getcwd])
25
26 Makefile.am:
27
28 Include:
29 <unistd.h>
30
31 License:
32 GPL
33
34 Maintainer:
35 all, glibc