view lib/cloexec.h @ 10531:e83a90adf243

Override fopen more carefully.
author Bruno Haible <bruno@clisp.org>
date Sun, 28 Sep 2008 16:12:20 +0200
parents 87f0b7b6d498
children f203ad5f7ea8
line wrap: on
line source

#include <stdbool.h>
int set_cloexec_flag (int desc, bool value);