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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
unistd-safer
blob
2d195ecd12c2e0c8e99b41afd48dbac8f3c298b2
1
Description:
2
File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
3
4
Files:
5
lib/unistd--.h
6
lib/dup-safer.c
7
lib/fd-safer.c
8
lib/pipe-safer.c
9
lib/unistd-safer.h
10
m4/unistd-safer.m4
11
12
Depends-on:
13
fcntl
14
unistd
15
16
configure.ac:
17
gl_UNISTD_SAFER
18
19
Makefile.am:
20
lib_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
21
22
Include:
23
"unistd-safer.h"
24
25
License:
26
GPL
27
28
Maintainer:
29
Paul Eggert, Jim Meyering