getcwd: on Solaris, work better if ancestors are inaccessible
[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 mempcpy
12 d-ino
13 dirfd
14 extensions
15 memmove
16 openat
17 stdbool
18 unistd
19 malloc-posix
20 strdup-posix
21
22 configure.ac:
23 gl_FUNC_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