mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-03 08:16:33 +02:00
a07aa7e020
Adjust signature to use `bool' rather than `int'.
3 lines
67 B
C
3 lines
67 B
C
#include <stdbool.h>
|
|
bool set_cloexec_flag (int desc, bool value);
|