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
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
fcntl-safer
blob
176c871e6fd0505cc2a4199a72513207ba2e4bb8
1
Description:
2
File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
3
4
Files:
5
lib/fcntl--.h
6
lib/creat-safer.c
7
lib/fcntl-safer.h
8
lib/open-safer.c
9
m4/fcntl-safer.m4
10
m4/mode_t.m4
11
12
Depends-on:
13
fcntl-h
14
open
15
unistd-safer
16
17
configure.ac:
18
gl_FCNTL_SAFER
19
gl_MODULE_INDICATOR([fcntl-safer])
20
21
Makefile.am:
22
lib_SOURCES += creat-safer.c open-safer.c
23
24
Include:
25
"fcntl-safer.h"
26
27
License:
28
GPL
29
30
Maintainer:
31
Paul Eggert, Jim Meyering