blob: 27ec25a4583382b942f23d7f8bafc3a29eb2362a (
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:
mempcpy
d-ino
extensions
memmove
openat
stdbool
unistd
malloc-posix
strdup-posix
configure.ac:
gl_FUNC_GETCWD
gl_MODULE_INDICATOR([getcwd])
gl_UNISTD_MODULE_INDICATOR([getcwd])
Makefile.am:
Include:
<unistd.h>
License:
GPL
Maintainer:
all, glibc
|