exit: Remove module.
[gnulib.git] / 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 include_next
19 malloc-posix
20 open
21 realloc-posix
22 stat
23 stdbool
24 strdup-posix
25 sys_stat
26 unistd
27
28 configure.ac:
29 gl_FUNC_FCHDIR
30 gl_UNISTD_MODULE_INDICATOR([fchdir])
31
32 Makefile.am:
33
34 Include:
35 <unistd.h>
36
37 License:
38 LGPL
39
40 Maintainer:
41 Bruno Haible