futimens: fix configure check
[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
14 fcntl-h
15 include_next
16 malloc-posix
17 open
18 realloc-posix
19 stat
20 stdbool
21 strdup-posix
22 sys_stat
23 unistd
24
25 configure.ac:
26 gl_FUNC_FCHDIR
27 gl_UNISTD_MODULE_INDICATOR([fchdir])
28
29 Makefile.am:
30
31 Include:
32 <unistd.h>
33
34 License:
35 LGPL
36
37 Maintainer:
38 Bruno Haible