mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-20 06:31:55 -04:00
3 lines
66 B
C
3 lines
66 B
C
#include <stdbool.h>
|
|
int set_cloexec_flag (int desc, bool value);
|