mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
28 lines
299 B
Plaintext
28 lines
299 B
Plaintext
Description:
|
|
Set or clear the close-on-exec descriptor flag.
|
|
|
|
Files:
|
|
lib/cloexec.c
|
|
lib/cloexec.h
|
|
m4/cloexec.m4
|
|
|
|
Depends-on:
|
|
dup2
|
|
fcntl
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_CLOEXEC
|
|
gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"cloexec.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|