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
vasnprintf: Don't use %n on Android.
[gnulib.git]
/
modules
/
openat-safer
blob
f8194e45fc010723456272334651a897ce4f6c01
1
Description:
2
openat function that avoids clobbering std{in,out,err}.
3
4
Files:
5
lib/fcntl--.h
6
lib/fcntl-safer.h
7
lib/openat-safer.c
8
m4/fcntl-safer.m4
9
10
Depends-on:
11
fcntl-safer
12
openat
13
unistd-safer
14
15
configure.ac:
16
gl_OPENAT_SAFER
17
gl_MODULE_INDICATOR([openat-safer])
18
19
Makefile.am:
20
lib_SOURCES += openat-safer.c
21
22
Include:
23
"fcntl-safer.h"
24
25
License:
26
GPL
27
28
Maintainer:
29
Eric Blake