xfreopen need not include stdio--.h
[gnulib.git] / modules / getcwd
blob628c4d1f6fcdf47e62adea787466e728e8a16837
1 Description:
2 Return the current working directory.
4 Files:
5 lib/getcwd.c
6 m4/getcwd-abort-bug.m4
7 m4/getcwd-path-max.m4
8 m4/getcwd.m4
9 m4/getpagesize.m4
10 m4/pathmax.m4
12 Depends-on:
13 unistd
14 extensions
15 pathmax         [test $REPLACE_GETCWD = 1]
16 mempcpy         [test $REPLACE_GETCWD = 1]
17 d-ino           [test $REPLACE_GETCWD = 1]
18 memmove         [test $REPLACE_GETCWD = 1]
19 openat          [test $REPLACE_GETCWD = 1]
20 fcntl-h         [test $REPLACE_GETCWD = 1]
21 fdopendir       [test $REPLACE_GETCWD = 1]
22 fstat           [test $REPLACE_GETCWD = 1]
23 fstatat         [test $REPLACE_GETCWD = 1]
24 opendir         [test $REPLACE_GETCWD = 1]
25 readdir         [test $REPLACE_GETCWD = 1]
26 rewinddir       [test $REPLACE_GETCWD = 1]
27 closedir        [test $REPLACE_GETCWD = 1]
28 stdbool         [test $REPLACE_GETCWD = 1]
29 malloc-posix    [test $REPLACE_GETCWD = 1]
30 strdup-posix    [test $REPLACE_GETCWD = 1]
32 configure.ac:
33 gl_FUNC_GETCWD
34 if test $REPLACE_GETCWD = 1; then
35   AC_LIBOBJ([getcwd])
36   gl_PREREQ_GETCWD
38 gl_MODULE_INDICATOR([getcwd])
39 gl_UNISTD_MODULE_INDICATOR([getcwd])
41 Makefile.am:
43 Include:
44 <unistd.h>
46 License:
47 GPL
49 Maintainer:
50 all, glibc