3f86e786f1
* xlat/inotify_init_flags.in: Replace O_* prefix with IN_* prefix for O_NONBLOCK and O_CLOEXEC constants, provide fallback definitions.
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
IN_NONBLOCK O_NONBLOCK
|
|
#if defined IN_CLOEXEC || defined O_CLOEXEC
|
|
IN_CLOEXEC O_CLOEXEC
|
|
#endif
|