* lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
[gnulib.git] / lib / cloexec.h
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);