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.
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
#if defined EPOLL_CLOEXEC || defined O_CLOEXEC
|
|
EPOLL_CLOEXEC O_CLOEXEC
|
|
#endif
|