mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-21 14:53:56 +02:00
3 lines
66 B
C
3 lines
66 B
C
#include <stdbool.h>
|
|
int set_cloexec_flag (int desc, bool value);
|