strace/xlat/epollflags.in
Dmitry V. Levin 12cca59aed Fix build on systems that lack O_CLOEXEC definition
* 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.
2015-08-25 10:05:08 +00:00

4 lines
78 B
Plaintext

#if defined EPOLL_CLOEXEC || defined O_CLOEXEC
EPOLL_CLOEXEC O_CLOEXEC
#endif