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.
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
EFD_SEMAPHORE 1
|
|
#if defined EFD_CLOEXEC || defined O_CLOEXEC
|
|
EFD_CLOEXEC O_CLOEXEC
|
|
#endif
|
|
EFD_NONBLOCK O_NONBLOCK
|