Bump to 1.14.1
[platform/upstream/augeas.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 assure           [test $HAVE_FCHDIR = 0]
11 chdir            [test $HAVE_FCHDIR = 0]
12 close            [test $HAVE_FCHDIR = 0]
13 dirent           [test $HAVE_FCHDIR = 0]
14 dirfd            [test $HAVE_FCHDIR = 0]
15 dosname          [test $HAVE_FCHDIR = 0]
16 dup2             [test $HAVE_FCHDIR = 0]
17 fcntl            [test $HAVE_FCHDIR = 0]
18 fcntl-h          [test $HAVE_FCHDIR = 0]
19 filenamecat-lgpl [test $HAVE_FCHDIR = 0]
20 fstat            [test $HAVE_FCHDIR = 0]
21 getcwd-lgpl      [test $HAVE_FCHDIR = 0]
22 malloc-posix     [test $HAVE_FCHDIR = 0]
23 open             [test $HAVE_FCHDIR = 0]
24 realloc-posix    [test $HAVE_FCHDIR = 0]
25 stat             [test $HAVE_FCHDIR = 0]
26 stdbool          [test $HAVE_FCHDIR = 0]
27 strdup-posix     [test $HAVE_FCHDIR = 0]
28 sys_stat         [test $HAVE_FCHDIR = 0]
29
30 configure.ac:
31 gl_FUNC_FCHDIR
32 gl_UNISTD_MODULE_INDICATOR([fchdir])
33
34 Makefile.am:
35
36 Include:
37 <unistd.h>
38
39 License:
40 LGPL
41
42 Maintainer:
43 all