view lib/cloexec.h @ 7292:17785d5bede0

Fix docstrings
author Sergey Poznyakoff <gray@gnu.org.ua>
date Sun, 10 Sep 2006 11:52:44 +0000
parents 87f0b7b6d498
children f203ad5f7ea8
line wrap: on
line source

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