issues with inotify

Vladimir Dronnikov dronnikov at gmail.com
Thu Mar 18 11:33:16 UTC 2010


>> and yes, I do find the notify.h  in include/linux/ in kernel source tree.

What does intotifyd.c include, related to inotify.h?
<>

Try to replace
#include <sys/inotify.h>
with
#include </absolute/path/to/sys/inotify/in/your/toolchain.h>

If not, try to replace
#include <sys/inotify.h>
with
#include <linux/inotify.h>

-- Vladimir


More information about the busybox mailing list