maint: make Include sections of modules consistent
[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 canonicalize-lgpl
10 close
11 dirent
12 dirfd
13 dup2
14 fcntl-h
15 include_next
16 malloc-posix
17 open
18 realloc-posix
19 stdbool
20 strdup-posix
21 sys_stat
22 unistd
23
24 configure.ac:
25 gl_FUNC_FCHDIR
26 gl_UNISTD_MODULE_INDICATOR([fchdir])
27
28 Makefile.am:
29
30 Include:
31 <unistd.h>
32
33 License:
34 LGPL
35
36 Maintainer:
37 Bruno Haible