remove source-dist branch

This commit is contained in:
Marc Haber 2006-01-20 18:48:40 +00:00
commit 111b23b7b4
401 changed files with 127418 additions and 0 deletions

2
lib/cloexec.h Normal file
View file

@ -0,0 +1,2 @@
#include <stdbool.h>
bool set_cloexec_flag (int desc, bool value);