strace/xlat/efd_flags.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

6 lines
114 B
Plaintext

EFD_SEMAPHORE 1
#if defined EFD_CLOEXEC || defined O_CLOEXEC
EFD_CLOEXEC O_CLOEXEC
#endif
EFD_NONBLOCK O_NONBLOCK