summaryrefslogtreecommitdiff
path: root/modules/getcwd
blob: cc80bfe8827689c687911ffb03093b78134e3602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Description:
Return the current working directory.

Files:
lib/getcwd.c
m4/getcwd-abort-bug.m4
m4/getcwd-path-max.m4
m4/getcwd.m4

Depends-on:
unistd
extensions
mempcpy         [test $REPLACE_GETCWD = 1]
d-ino           [test $REPLACE_GETCWD = 1]
memmove         [test $REPLACE_GETCWD = 1]
openat          [test $REPLACE_GETCWD = 1]
stdbool         [test $REPLACE_GETCWD = 1]
malloc-posix    [test $REPLACE_GETCWD = 1]
strdup-posix    [test $REPLACE_GETCWD = 1]

configure.ac:
gl_FUNC_GETCWD
gl_MODULE_INDICATOR([getcwd])
gl_UNISTD_MODULE_INDICATOR([getcwd])

Makefile.am:

Include:
<unistd.h>

License:
GPL

Maintainer:
all, glibc