largefile: fix typo that regressed large file support
[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 close            [test $HAVE_FCHDIR = 0]
11 dirent           [test $HAVE_FCHDIR = 0]
12 dirfd            [test $HAVE_FCHDIR = 0]
13 dosname          [test $HAVE_FCHDIR = 0]
14 dup2             [test $HAVE_FCHDIR = 0]
15 fcntl            [test $HAVE_FCHDIR = 0]
16 fcntl-h          [test $HAVE_FCHDIR = 0]
17 filenamecat-lgpl [test $HAVE_FCHDIR = 0]
18 getcwd-lgpl      [test $HAVE_FCHDIR = 0]
19 malloc-posix     [test $HAVE_FCHDIR = 0]
20 open             [test $HAVE_FCHDIR = 0]
21 realloc-posix    [test $HAVE_FCHDIR = 0]
22 stat             [test $HAVE_FCHDIR = 0]
23 stdbool          [test $HAVE_FCHDIR = 0]
24 strdup-posix     [test $HAVE_FCHDIR = 0]
25 sys_stat         [test $HAVE_FCHDIR = 0]
26
27 configure.ac:
28 gl_FUNC_FCHDIR
29 gl_UNISTD_MODULE_INDICATOR([fchdir])
30
31 Makefile.am:
32
33 Include:
34 <unistd.h>
35
36 License:
37 LGPL
38
39 Maintainer:
40 Bruno Haible