Merge changes to getloadavg.c from coreutils and Emacs; this
[pspp] / lib / cloexec.h
1 #include <stdbool.h>
2 bool set_cloexec_flag (int desc, bool value);