Imported Upstream version 1.4.8

This commit is contained in:
Jan Wagner 2013-11-26 23:53:44 +01:00
parent 6a280f6f24
commit 6dd54dd8e2
352 changed files with 42813 additions and 27251 deletions

2
gl/cloexec.h Normal file
View file

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