gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
[pspp] / lib / cloexec.h
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);