strtoumax: fix typo in previous commit.
[gnulib.git] / modules / dirent-safer
1 Description:
2 Directory functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
3
4 Files:
5 lib/dirent--.h
6 lib/dirent-safer.h
7 lib/opendir-safer.c
8 m4/dirent-safer.m4
9
10 Depends-on:
11 dirent
12 closedir
13 dirfd
14 opendir
15 unistd-safer
16
17 configure.ac:
18 gl_DIRENT_SAFER
19 gl_MODULE_INDICATOR([dirent-safer])
20
21 Makefile.am:
22 lib_SOURCES += opendir-safer.c
23
24 Include:
25 "dirent-safer.h"
26
27 License:
28 GPL
29
30 Maintainer:
31 Eric Blake