strtod: fix bug in replacement function on AIX
[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 errno
11 extensions
12
13 configure.ac:
14 gl_FUNC_DIRFD
15 gl_DIRENT_MODULE_INDICATOR([dirfd])
16
17 Makefile.am:
18
19 Include:
20 <dirent.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Jim Meyering