Commit 9065a97f authored by Micha Lenk's avatar Micha Lenk
Browse files

Add support for "oldie" kernels

Older Linux kernels do not support the close-on-exec feature.
On these kernels the function inotify_init1() and the macros
O_CLOEXEC and IN_CLOEXEC are not available.

This is a fix for issue #24.
parent 03ed564e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment