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