fdopendir: split into its own module
[gnulib.git] / modules / fdopendir
1 Description:
2 Open a directory stream from a file descriptor.
3
4 Files:
5 lib/fdopendir.c
6 lib/openat-priv.h
7 lib/openat-proc.c
8 m4/fdopendir.m4
9
10 Depends-on:
11 extensions
12 dirent
13 fchdir
14 openat-die
15 save-cwd
16
17 configure.ac:
18 gl_FUNC_FDOPENDIR
19 gl_DIRENT_MODULE_INDICATOR([fdopendir])
20
21 Makefile.am:
22
23 Include:
24 <dirent.h>
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering, Eric Blake