view lib/cloexec.h @ 6715:f8c57b2df51a

2006-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * base64.c (base64_encode): Do not read past end of array with unsanitized input on systems with CHAR_BIT > 8.
author Simon Josefsson <simon@josefsson.org>
date Fri, 24 Mar 2006 12:36:06 +0000
parents 87f0b7b6d498
children f203ad5f7ea8
line wrap: on
line source

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