fchdir: another mingw fix
[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 dup2
13 fcntl-h
14 include_next
15 malloc-posix
16 open
17 realloc-posix
18 stat
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