pty: Activate the signature wrapper of forkpty.
[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 fstat            [test $HAVE_FCHDIR = 0]
20 getcwd-lgpl      [test $HAVE_FCHDIR = 0]
21 malloc-posix     [test $HAVE_FCHDIR = 0]
22 open             [test $HAVE_FCHDIR = 0]
23 realloc-posix    [test $HAVE_FCHDIR = 0]
24 stat             [test $HAVE_FCHDIR = 0]
25 stdbool          [test $HAVE_FCHDIR = 0]
26 strdup-posix     [test $HAVE_FCHDIR = 0]
27 sys_stat         [test $HAVE_FCHDIR = 0]
28
29 configure.ac:
30 gl_FUNC_FCHDIR
31 gl_UNISTD_MODULE_INDICATOR([fchdir])
32
33 Makefile.am:
34
35 Include:
36 <unistd.h>
37
38 License:
39 LGPL
40
41 Maintainer:
42 Bruno Haible