Move the dirfd() declaration to <dirent.h>.
[gnulib.git] / modules / dirfd
1 Description:
2 Retrieving the file descriptor of an open directory stream.  (Unportable.)
3
4 Files:
5 lib/dirfd.c
6 m4/dirfd.m4
7
8 Depends-on:
9 dirent
10 extensions
11
12 configure.ac:
13 gl_FUNC_DIRFD
14 gl_DIRENT_MODULE_INDICATOR([dirfd])
15
16 Makefile.am:
17
18 Include:
19 <dirent.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Jim Meyering