Code

#ifdef can only test a single macro, not an expression.
[nagiosplug.git] / gl / cloexec.h
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);