fts: add #if guards so that the fts_lgpl module still builds
[pspp] / lib / cloexec.h
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);