Move more declarations into <unistd.h>.
[pspp] / 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 extensions
14 stdbool
15 unistd
16
17 configure.ac:
18 gl_FUNC_GETCWD
19 gl_UNISTD_MODULE_INDICATOR([getcwd])
20
21 Makefile.am:
22
23 Include:
24 <unistd.h>
25
26 License:
27 GPL
28
29 Maintainer:
30 all, glibc