doc: Mention module execinfo.
[gnulib.git] / modules / fchdir
blob084806941be368cc6c9709b7a3d98a5fe23b82b8
1 Description:
2 fchdir() function: change current directory, given an open file descriptor.
4 Files:
5 lib/fchdir.c
6 m4/fchdir.m4
8 Depends-on:
9 dirent
10 unistd
11 assure           [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
12 chdir            [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
13 close            [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
14 dirfd            [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
15 dup2             [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
16 fcntl            [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
17 fcntl-h          [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
18 filename         [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
19 filenamecat-lgpl [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
20 free-posix       [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
21 fstat            [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
22 getcwd-lgpl      [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
23 malloc-posix     [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
24 open             [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
25 realloc-posix    [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
26 stat             [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
27 stdbool          [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
28 strdup-posix     [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
29 sys_stat         [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
31 configure.ac:
32 gl_FUNC_FCHDIR
33 gl_CONDITIONAL([GL_COND_OBJ_FCHDIR],
34                [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1])
35 AM_COND_IF([GL_COND_OBJ_FCHDIR], [
36   gl_PREREQ_FCHDIR
38 gl_UNISTD_MODULE_INDICATOR([fchdir])
40 Makefile.am:
41 if GL_COND_OBJ_FCHDIR
42 lib_SOURCES += fchdir.c
43 endif
45 Include:
46 <unistd.h>
48 License:
49 LGPL
51 Maintainer:
52 all