FSSH_FD_CLOEXEC
#define FD_CLOEXEC FSSH_FD_CLOEXEC
fd_set_close_on_exec(context, fd, argument == FSSH_FD_CLOEXEC);
status = fd_close_on_exec(context, fd) ? FSSH_FD_CLOEXEC : 0;