repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
dirent-safer
blob
4ea4a25612834070977a15a73916d7dad1740255
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
fcntl
15
opendir
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