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