malloc-h: New module.
[gnulib.git] / modules / fd-safer-flag
blob0a2df83bac453d58809c0ebd28c48dd3a1aad2b6
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.
5 Files:
6 lib/fd-safer-flag.c
7 lib/dup-safer-flag.c
9 Depends-on:
10 cloexec
11 fcntl
12 unistd-safer
14 configure.ac:
15 gl_MODULE_INDICATOR([fd-safer-flag])
17 Makefile.am:
18 lib_SOURCES += fd-safer-flag.c dup-safer-flag.c
20 Include:
21 "unistd-safer.h"
23 License:
24 GPL
26 Maintainer:
27 Eric Blake