* srclist.txt: Bug 1423 is closed, but 1439 remains.
[pspp] / lib / cloexec.h
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);