mktime.c: normalize tp->tm_isdst value to -1/0/1.
[pspp] / lib / cloexec.h
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);