* fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too. Don't
[pspp] / lib / cloexec.h
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);