xref: /aosp_15_r20/external/strace/xlat/sfd_flags.in (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
1#if defined SFD_CLOEXEC || defined O_CLOEXEC
2SFD_CLOEXEC	O_CLOEXEC
3#endif
4SFD_NONBLOCK	O_NONBLOCK
5