view lib/cloexec.h @ 7296:33903d90fa2b

(argp_doc): Make sure NULL is not passed to dgettext
author Sergey Poznyakoff <gray@gnu.org.ua>
date Tue, 12 Sep 2006 09:06:40 +0000
parents 87f0b7b6d498
children f203ad5f7ea8
line wrap: on
line source

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