« android-cloexec-fopen :: 内容 :: android-cloexec-inotify-init1 »
不建议使用 inotify_init(),最好使用 inotify_init1()。
inotify_init()
inotify_init1()
示例
inotify_init(); // becomes inotify_init1(IN_CLOEXEC);