fchdir: Remove unused dependencies.
[pspp] / modules / fchdir
1 Description:
2 fchdir() function: change current directory, given an open file descriptor.
3
4 Files:
5 lib/fchdir.c
6 m4/fchdir.m4
7
8 Depends-on:
9 close
10 dirent
11 dirfd
12 dosname
13 dup2
14 fcntl
15 fcntl-h
16 filenamecat-lgpl
17 getcwd-lgpl
18 malloc-posix
19 open
20 realloc-posix
21 stat
22 stdbool
23 strdup-posix
24 sys_stat
25 unistd
26
27 configure.ac:
28 gl_FUNC_FCHDIR
29 gl_UNISTD_MODULE_INDICATOR([fchdir])
30
31 Makefile.am:
32
33 Include:
34 <unistd.h>
35
36 License:
37 LGPL
38
39 Maintainer:
40 Bruno Haible