Dmitry V. Levin
12cca59aed
* xlat/efd_flags.in: Check that O_CLOEXEC is defined. * xlat/epollflags.in: Likewise. * xlat/sfd_flags.in: Likewise. * xlat/timerfdflags.in: Fix O_CLOEXEC check.
5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
#if defined SFD_CLOEXEC || defined O_CLOEXEC
|
|
SFD_CLOEXEC O_CLOEXEC
|
|
#endif
|
|
SFD_NONBLOCK O_NONBLOCK
|