view lib/cloexec.h @ 11527:4fe203c3f828

Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
author Bruno Haible <bruno@clisp.org>
date Fri, 01 May 2009 18:01:52 +0200
parents 87f0b7b6d498
children f203ad5f7ea8
line wrap: on
line source

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