Tests for module 'unicase/u32-toupper'.
[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 canonicalize-lgpl
10 close
11 dirent
12 dirfd
13 dup2
14 fcntl
15 include_next
16 open
17 strdup
18 unistd
19
20 configure.ac:
21 gl_FUNC_FCHDIR
22 gl_UNISTD_MODULE_INDICATOR([fchdir])
23
24 Makefile.am:
25
26 Include:
27 #include <unistd.h>
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible