New module 'chdir'.
[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 unistd
10 chdir            [test $HAVE_FCHDIR = 0]
11 close            [test $HAVE_FCHDIR = 0]
12 dirent           [test $HAVE_FCHDIR = 0]
13 dirfd            [test $HAVE_FCHDIR = 0]
14 dosname          [test $HAVE_FCHDIR = 0]
15 dup2             [test $HAVE_FCHDIR = 0]
16 fcntl            [test $HAVE_FCHDIR = 0]
17 fcntl-h          [test $HAVE_FCHDIR = 0]
18 filenamecat-lgpl [test $HAVE_FCHDIR = 0]
19 getcwd-lgpl      [test $HAVE_FCHDIR = 0]
20 malloc-posix     [test $HAVE_FCHDIR = 0]
21 open             [test $HAVE_FCHDIR = 0]
22 realloc-posix    [test $HAVE_FCHDIR = 0]
23 stat             [test $HAVE_FCHDIR = 0]
24 stdbool          [test $HAVE_FCHDIR = 0]
25 strdup-posix     [test $HAVE_FCHDIR = 0]
26 sys_stat         [test $HAVE_FCHDIR = 0]
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