Rewrite the "map changes to return codes" patch nearly from scratch.
[monitoring-plugins.git] / gl / cloexec.h
blobc25921d6b375567d668f6a88c156ad2ce30c18d6
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);