> Changes (by [EMAIL PROTECTED]): > This is not fixed at all. To use inotify, the following has to be present: > > * IN_* defines, they come from >sys/inotify.h> that the patch adds > * The syscalls, get them from http://www.diy-linux.org/downloads/patches > /linux-libc-headers-2.6.12.0-x86-syscalls-1.patch (you may cut the > unrelated ones out, and adjust NR_syscalls accordingly) > * The functions that call those syscalls. Currently, even DIY misses > this.
Huh? What have you been smoking Alex? Apparently you've failed to notice DIY also targets Glibc-2.4? Sheesh.. Not only that, the syscalls patch is for the benefit of the new *at syscalls which Glibc-2.4 provides functions for. Please get your facts straight before making such foolish statements. This is OT here but for the record, DIY makes no attempt to backport Glibc's inotify support to Glibc-2.3.x because IMHO it is simply not required. Most inotify-aware applications I've come across don't absolutely require inotify support from Glibc. Any that do are broken IMHO. Regards Greg -- http://www.diy-linux.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
