]> granicus.if.org Git - strace/blob - xlat/sfd_flags.in
Fix build on systems that lack O_CLOEXEC definition
[strace] / xlat / sfd_flags.in
1 #if defined SFD_CLOEXEC || defined O_CLOEXEC
2 SFD_CLOEXEC     O_CLOEXEC
3 #endif
4 SFD_NONBLOCK    O_NONBLOCK