mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-01 02:26:17 +02:00
3 lines
67 B
C
3 lines
67 B
C
#include <stdbool.h>
|
|
bool set_cloexec_flag (int desc, bool value);
|