NEWS.stable: update
[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 dirent
12 extensions
13 errno           [test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1]
14 fchdir          [test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1]
15 openat-die      [test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1]
16 save-cwd        [test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1]
17
18 configure.ac:
19 gl_FUNC_FDOPENDIR
20 gl_DIRENT_MODULE_INDICATOR([fdopendir])
21 gl_MODULE_INDICATOR([fdopendir])
22
23 Makefile.am:
24
25 Include:
26 <dirent.h>
27
28 License:
29 GPL
30
31 Maintainer:
32 Jim Meyering, Eric Blake