view lib/cloexec.h @ 5940:5e3f37f5f1d4

2005-06-25 Simon Josefsson <jas@extundo.com> * modules/check-version: New file.
author Simon Josefsson <simon@josefsson.org>
date Tue, 28 Jun 2005 09:50:35 +0000
parents 87f0b7b6d498
children f203ad5f7ea8
line wrap: on
line source

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