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
setlocale: Improve locale handling on macOS 10.12 or newer.
[gnulib.git]
/
modules
/
fd-safer-flag
blob
0a2df83bac453d58809c0ebd28c48dd3a1aad2b6
1
Description:
2
fd_safer_flag() function: adjust a file descriptor result so that it avoids
3
clobbering STD{IN,OUT,ERR}_FILENO, with specific flags.
4
5
Files:
6
lib/fd-safer-flag.c
7
lib/dup-safer-flag.c
8
9
Depends-on:
10
cloexec
11
fcntl
12
unistd-safer
13
14
configure.ac:
15
gl_MODULE_INDICATOR([fd-safer-flag])
16
17
Makefile.am:
18
lib_SOURCES += fd-safer-flag.c dup-safer-flag.c
19
20
Include:
21
"unistd-safer.h"
22
23
License:
24
GPL
25
26
Maintainer:
27
Eric Blake