Hash : a8d12f1b Author : Date : 2004-03-30T23:59:03
cloexec returns int not bool, to be more consistent with Unix conventions.
Download
1 2
#include <stdbool.h> int set_cloexec_flag (int desc, bool value);